diff options
Diffstat (limited to '3rdparty/zlib/old/visual-basic.txt')
-rw-r--r-- | 3rdparty/zlib/old/visual-basic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/old/visual-basic.txt b/3rdparty/zlib/old/visual-basic.txt index 57efe58124e..3c8d2a42dfc 100644 --- a/3rdparty/zlib/old/visual-basic.txt +++ b/3rdparty/zlib/old/visual-basic.txt @@ -115,7 +115,7 @@ SUCCESS Then ReDim Preserve bytaryCpr(lngCprSiz - 1) Open strCprPth For Binary Access Write As #1 Put #1, , bytaryCpr() - Put #1, , lngOriSiz 'Add the the original size value to the end + Put #1, , lngOriSiz 'Add the original size value to the end (last 4 bytes) Close #1 Else |