Skip to content

Commit

Permalink
fixed crc32() on FPC Linux i386
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Mar 12, 2019
1 parent cd9d6e4 commit 9a0f297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SynZip.pas
Expand Up @@ -383,7 +383,7 @@ ESynZipException = class(Exception);
{$ifdef UNIX} // dynamically linked with new 64-bit TZStream {$ifdef UNIX} // dynamically linked with new 64-bit TZStream
type type
TZLong = ZipPtrUint; TZLong = ZipPtrUint;
TZCRC = Int64; TZCRC = cardinal;
const const
libz='z'; libz='z';
{$linklib libz} {$linklib libz}
Expand Down
2 changes: 1 addition & 1 deletion SynopseCommit.inc
@@ -1 +1 @@
'1.18.5098' '1.18.5099'

0 comments on commit 9a0f297

Please sign in to comment.