diff options
| author | Xin LI <delphij@FreeBSD.org> | 2024-02-17 19:43:52 -0800 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2024-02-17 19:43:52 -0800 |
| commit | f4695a30267c5d31987c7bc3eda906f55a8761be (patch) | |
| tree | 7a0132f74b8152a3c8cab5cdaaac42234181d5b5 /old/visual-basic.txt | |
| parent | 900147a461df11f88acb3072821806cca8e574c9 (diff) | |
Vendor import of zlib 1.3.1.vendor/zlib/1.3.1vendor/zlib
Diffstat (limited to 'old/visual-basic.txt')
| -rw-r--r-- | old/visual-basic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/visual-basic.txt b/old/visual-basic.txt index 57efe58124ee..3c8d2a42dfca 100644 --- a/old/visual-basic.txt +++ b/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 |
