Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-05-15 14:23:03 +0400
committernulltoken <emeric.fermas@gmail.com>2012-05-15 21:30:23 +0400
commitba918bb81fe6a36e4b42625355ca1499f6356f81 (patch)
treed32d23a86585992d5c76f09ea1df8b20fc89e9ee /LibGit2Sharp/TreeChanges.cs
parent5b219c830734e7f0f1ab61c833d8ae8b0ccec231 (diff)
Upgrade libgit2 binaries to 54695f4
Diffstat (limited to 'LibGit2Sharp/TreeChanges.cs')
-rw-r--r--LibGit2Sharp/TreeChanges.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/TreeChanges.cs b/LibGit2Sharp/TreeChanges.cs
index 5db4d0ae..0e81ad87 100644
--- a/LibGit2Sharp/TreeChanges.cs
+++ b/LibGit2Sharp/TreeChanges.cs
@@ -45,7 +45,7 @@ namespace LibGit2Sharp
patch = fullPatchBuilder.ToString();
}
- private int LineCallback(IntPtr data, GitDiffDelta delta, GitDiffLineOrigin lineorigin, IntPtr content, IntPtr contentlen)
+ private int LineCallback(IntPtr data, GitDiffDelta delta, GitDiffRange range, GitDiffLineOrigin lineorigin, IntPtr content, IntPtr contentlen)
{
var newFilePath = (string)marshaler.MarshalNativeToManaged(delta.NewFile.Path);