2
0
Fork 0

Fix type in mod_cache_disk_etag

This commit is contained in:
Stefan Bühler 2009-08-30 14:53:43 +02:00
parent f221bac60e
commit 39ff1ea62d
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ static liHandlerResult cache_etag_filter_miss(liVRequest *vr, liFilter *f) {
cache_etag_file *cfile = (cache_etag_file*) f->param;
ssize_t res;
gchar *buf;
goffset buflen;
off_t buflen;
liChunkIter citer = chunkqueue_iter(f->in);
UNUSED(vr);