diff options
Diffstat (limited to 'old')
-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 57efe58..3c8d2a4 100644 --- a/old/visual-basic.txt +++ b/old/visual-basic.txt | |||
@@ -115,7 +115,7 @@ SUCCESS Then | |||
115 | ReDim Preserve bytaryCpr(lngCprSiz - 1) | 115 | ReDim Preserve bytaryCpr(lngCprSiz - 1) |
116 | Open strCprPth For Binary Access Write As #1 | 116 | Open strCprPth For Binary Access Write As #1 |
117 | Put #1, , bytaryCpr() | 117 | Put #1, , bytaryCpr() |
118 | Put #1, , lngOriSiz 'Add the the original size value to the end | 118 | Put #1, , lngOriSiz 'Add the original size value to the end |
119 | (last 4 bytes) | 119 | (last 4 bytes) |
120 | Close #1 | 120 | Close #1 |
121 | Else | 121 | Else |