Differences From Artifact [6833222dcd]:
- File compat/zlib/contrib/testzlib/testzlib.c — part of check-in [bb4776e2e0] at 2013-05-13 14:22:54 on branch trunk — upgrade to zlib 1.2.8 (user: jan.nijtmans size: 7643) [more...]
To Artifact [8994e29896]:
- File compat/zlib/contrib/testzlib/testzlib.c — part of check-in [97016e7e8a] at 2023-08-20 09:42:00 on branch zlib-update — Update the built-in zlib to version 1.3, released on August 18, 2023. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. (user: florian size: 7644) [more...]
| ︙ | |||
165 166 167 168 169 170 171 | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | - + |
}
if (ReadFileMemory(argv[1],&lFileSize,&FilePtr)==0)
{
printf("error reading %s\n",argv[1]);
return 1;
}
|
| ︙ |