HTCache.c (5.0A)

... 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