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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/WindowsBase/ZipSharp/NativeZip.cs')
-rw-r--r--mcs/class/WindowsBase/ZipSharp/NativeZip.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/WindowsBase/ZipSharp/NativeZip.cs b/mcs/class/WindowsBase/ZipSharp/NativeZip.cs
index dfa04ea66d4..225fc1acaba 100644
--- a/mcs/class/WindowsBase/ZipSharp/NativeZip.cs
+++ b/mcs/class/WindowsBase/ZipSharp/NativeZip.cs
@@ -58,8 +58,8 @@ namespace zipsharp
}
[DllImport ("MonoPosixHelper")]
- static extern unsafe int zipWriteInFileInZip (ZipHandle handle,
- byte* buffer,
+ static extern unsafe int zipWriteInFileInZip (ZipHandle handle,
+ byte* buffer,
uint len);
[DllImport ("MonoPosixHelper")]