diff options
Diffstat (limited to 'zlib/old/visual-basic.txt')
-rw-r--r-- | zlib/old/visual-basic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/old/visual-basic.txt b/zlib/old/visual-basic.txt index 57efe58..3c8d2a4 100644 --- a/zlib/old/visual-basic.txt +++ b/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 |