summaryrefslogtreecommitdiff
path: root/packages/paszlib
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-12-09 13:36:35 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-12-09 13:36:35 +0000
commit8325cbed461a19069c0474f4f004e942f9875659 (patch)
tree3b90506c1230df7366eb66b7296b779cadd2cb8c /packages/paszlib
parent08916baf5a29f54b3958f5e3d3fc1befc868bb2f (diff)
downloadfpc-8325cbed461a19069c0474f4f004e942f9875659.tar.gz
* updated "pending" to longint, as a possible solution for bug 12514
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12319 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/paszlib')
-rw-r--r--packages/paszlib/src/trees.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/paszlib/src/trees.pas b/packages/paszlib/src/trees.pas
index 5ac1e3c80b..4d3d455e6b 100644
--- a/packages/paszlib/src/trees.pas
+++ b/packages/paszlib/src/trees.pas
@@ -153,7 +153,7 @@ type
pending_buf : Pbytearray; { output still pending }
pending_buf_size : longint; { size of pending_buf }
pending_out : Pbyte; { next pending byte to output to the stream }
- pending : integer; { nb of bytes in the pending buffer }
+ pending : longint; { nb of bytes in the pending buffer }
noheader : integer; { suppress zlib header and adler32 }
data_type : Byte; { UNKNOWN, BINARY or ASCII }
method : Byte; { STORED (for zip only) or DEFLATED }