From: ShadowFlare Date: Wed, 16 Jan 2013 16:50:51 +0000 (-0700) Subject: Update zlib site URL X-Git-Url: https://sfsrealm.hopto.org/projects/gitweb.cgi?p=CwadLib.git;a=commitdiff_plain;h=c4ef51f5a9c0d3004c7eecc66b00fb5c154f8c1d Update zlib site URL --- diff --git a/Cwad_specs.txt b/Cwad_specs.txt index 96f4090..6172249 100644 --- a/Cwad_specs.txt +++ b/Cwad_specs.txt @@ -65,5 +65,5 @@ Sub DecryptData(ByRef lpBuffer As String) Next i End Function -The actual file data is compressed with zlib's compress function, so use zlib's decompress function to decompress the file data. You may get zlib at http://www.gzip.org/zlib/ +The actual file data is compressed with zlib's compress function, so use zlib's decompress function to decompress the file data. You may get zlib at http://zlib.net/