- From: Klaus Weide <kweide@tezcat.com>
- Date: Mon, 14 Oct 1996 17:46:45 -0500 (CDT)
- To: www-lib-bugs@w3.org
... needs a fix along the lines of:
***************
*** 320,326 ****
if (sscanf(line, "%ld %ld %c %d %d %ld %ld %ld %c",
&cache->expires,
&cache->size,
! &cache->range,
&cache->hash,
&cache->hits,
&cache->freshness_lifetime,
--- 320,326 ----
if (sscanf(line, "%ld %ld %c %d %d %ld %ld %ld %c",
&cache->expires,
&cache->size,
! &range,
&cache->hash,
&cache->hits,
&cache->freshness_lifetime,
Received on Monday, 14 October 1996 18:47:03 UTC