X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzlib-1.3.1%2Fold%2Fvisual-basic.txt;fp=deps%2Flibchdr%2Fdeps%2Fzlib-1.2.13%2Fold%2Fvisual-basic.txt;h=3c8d2a42dfcaa08dd6674ffae553a3417f438b00;hb=648db22b0750712da893c306efcc8e4b2d3a4e3c;hp=57efe58124eed661c2ff5827258772ab97a44bdc;hpb=e2fb1389dc12376acb84e4993ed3b08760257252;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zlib-1.2.13/old/visual-basic.txt b/deps/libchdr/deps/zlib-1.3.1/old/visual-basic.txt similarity index 98% rename from deps/libchdr/deps/zlib-1.2.13/old/visual-basic.txt rename to deps/libchdr/deps/zlib-1.3.1/old/visual-basic.txt index 57efe581..3c8d2a42 100644 --- a/deps/libchdr/deps/zlib-1.2.13/old/visual-basic.txt +++ b/deps/libchdr/deps/zlib-1.3.1/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