diff options
| -rw-r--r-- | contrib/testzlib/testzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/testzlib/testzlib.c b/contrib/testzlib/testzlib.c index 5f659de..b3c0014 100644 --- a/contrib/testzlib/testzlib.c +++ b/contrib/testzlib/testzlib.c | |||
| @@ -169,7 +169,7 @@ int main(int argc, char *argv[]) | |||
| 169 | printf("error reading %s\n",argv[1]); | 169 | printf("error reading %s\n",argv[1]); |
| 170 | return 1; | 170 | return 1; |
| 171 | } | 171 | } |
| 172 | else printf("file %s read, %u bytes\n",argv[1],lFileSize); | 172 | else printf("file %s read, %ld bytes\n",argv[1],lFileSize); |
| 173 | 173 | ||
| 174 | if (argc>=3) | 174 | if (argc>=3) |
| 175 | BlockSizeCompress=atol(argv[2]); | 175 | BlockSizeCompress=atol(argv[2]); |
