Differences From Artifact [c82f467b68]:
- File src/zip.c — part of check-in [81a96aadf3] at 2008-08-17 11:37:15 on branch trunk — Change CGI parameter name <tt>rid</tt> to <tt>uuid</tt> for the <tt>/zip</tt> URL. (user: cle size: 9631) [more...]
To Artifact [df3f3d2e39]:
- File src/zip.c — part of check-in [7ae01ee47b] at 2008-09-19 11:11:01 on branch trunk — fixed an 'integer overflow' warning from the Sun compiler. Thank to Kevin for the tip. (user: stephan size: 9643)
| ︙ | |||
192 193 194 195 196 197 198 | 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 | - + | put32(&zBuf[20], nByteCompr); put32(&zBuf[24], nByte); put16(&zBuf[28], nameLen); put16(&zBuf[30], 0); put16(&zBuf[32], 0); put16(&zBuf[34], 1); put16(&zBuf[36], 0); |
| ︙ |