summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2024-02-17 19:43:52 -0800
committerXin LI <delphij@FreeBSD.org>2024-02-17 19:43:52 -0800
commitf4695a30267c5d31987c7bc3eda906f55a8761be (patch)
tree7a0132f74b8152a3c8cab5cdaaac42234181d5b5 /old
parent900147a461df11f88acb3072821806cca8e574c9 (diff)
Vendor import of zlib 1.3.1.vendor/zlib/1.3.1vendor/zlib
Diffstat (limited to 'old')
-rw-r--r--old/visual-basic.txt2
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