8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cf0d9 commit 0394ec6Copy full SHA for 0394ec6
LibGit2Sharp/Core/NativeMethods.cs
@@ -218,7 +218,7 @@ internal static extern int git_commit_create(
218
[MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8Marshaler))] string message,
219
GitObjectSafeHandle tree,
220
int parentCount,
221
- [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 7)] [In] IntPtr[] parents);
+ [MarshalAs(UnmanagedType.LPArray)] [In] IntPtr[] parents);
222
223
[DllImport(libgit2)]
224
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8NoCleanupMarshaler))]
0 commit comments