Use the right type for pages in the directory cache. This makes the

cache much smaller on most platforms.
This commit is contained in:
nvt-se 2009-02-03 16:21:53 +00:00
parent 67f41c8e5c
commit fda75c4c08

View file

@ -109,7 +109,7 @@ struct file_desc {
}; };
struct dir_cache { struct dir_cache {
coffee_offset_t page; coffee_page_t page;
char filename_start; char filename_start;
}; };