[Prev][Next][Index][Thread]

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,