brian 96/10/30 18:08:52
Modified: src http_protocol.c
Log:
yet another -Wall warning squished.
Revision Changes Path
1.67 +1 -1 apache/src/http_protocol.c
Index: http_protocol.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_protocol.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -C3 -r1.66 -r1.67
*** http_protocol.c 1996/10/28 16:05:45 1.66
--- http_protocol.c 1996/10/31 02:08:50 1.67
***************
*** 342,348 ****
*/
if (r->finfo.st_mode != 0)
! sprintf(weak_etag, "W/\"%lx-%lx-%lx\"", r->finfo.st_ino,
r->finfo.st_size, mtime);
else
sprintf(weak_etag, "W/\"%lx\"", mtime);
--- 342,348 ----
*/
if (r->finfo.st_mode != 0)
! sprintf(weak_etag, "W/\"%lx-%Lx-%lx\"", r->finfo.st_ino,
r->finfo.st_size, mtime);
else
sprintf(weak_etag, "W/\"%lx\"", mtime);