Skip to content

Commit d9f7324

Browse files
committed
Fix error in marshaling GitStatusOptions
1 parent 3a544af commit d9f7324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/Core/GitStatusOptions.cs

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ internal class GitStatusOptions : IDisposable
1313

1414
public GitStrArrayManaged PathSpec;
1515

16+
public unsafe void* Baseline = (void*)0;
17+
1618
public void Dispose()
1719
{
1820
PathSpec.Dispose();

0 commit comments

Comments
 (0)