summaryrefslogtreecommitdiff
path: root/packages/paszlib
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-12-30 13:19:51 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-12-30 13:19:51 +0000
commit97803e7057a05d5bf359e10a01e6087dbbd09447 (patch)
tree26a5dec174cdf10433a572a139e07f8c698fe8b1 /packages/paszlib
parenteb01fb52f5d0a20d5a120f32dafe967b1b67d981 (diff)
downloadfpc-97803e7057a05d5bf359e10a01e6087dbbd09447.tar.gz
* renamed ZStream to zstream in the uses clause so it matches the unit's
file name. Solves the problem that zstream's .o file was not installed in case of a) compiling on a case-preserving file systems b) on an OS that is marked as case-sensitive c) when using the -Fd command line option (so the directory cache does not emulate the case-sensitive behaviour) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14501 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/paszlib')
-rw-r--r--packages/paszlib/src/zipper.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/paszlib/src/zipper.pp b/packages/paszlib/src/zipper.pp
index f2c83e5082..dd047b71f9 100644
--- a/packages/paszlib/src/zipper.pp
+++ b/packages/paszlib/src/zipper.pp
@@ -21,7 +21,7 @@ Uses
{$IFDEF UNIX}
BaseUnix,
{$ENDIF}
- SysUtils,Classes,ZStream;
+ SysUtils,Classes,zstream;
Const