Skip to content

Commit

Permalink
Udate c# patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
slluis committed Mar 18, 2011
1 parent 85a6878 commit 01e91a2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion gen/cs.patch
Expand Up @@ -3218,7 +3218,7 @@ index c663bf7..b986289 100644

private readonly BlockList<T> _enclosing;
diff --git a/NGit/NGit.Util/FS.cs b/NGit/NGit.Util/FS.cs
index fba8b94..0f0af07 100644
index fba8b94..72f042f 100644
--- a/NGit/NGit.Util/FS.cs
+++ b/NGit/NGit.Util/FS.cs
@@ -90,7 +90,7 @@ namespace NGit.Util
Expand All @@ -3230,6 +3230,15 @@ index fba8b94..0f0af07 100644
{
if (FS_Win32.IsWin32())
{
@@ -98,7 +98,7 @@ namespace NGit.Util
{
cygwinUsed = Sharpen.Extensions.ValueOf(FS_Win32_Cygwin.IsCygwin());
}
- if (cygwinUsed)
+ if (cygwinUsed.Value)
{
return new FS_Win32_Cygwin();
}
diff --git a/NGit/NGit.Util/FS_POSIX_Java6.cs b/NGit/NGit.Util/FS_POSIX_Java6.cs
index e1ae417..e71eaad 100644
--- a/NGit/NGit.Util/FS_POSIX_Java6.cs
Expand Down

0 comments on commit 01e91a2

Please sign in to comment.