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
1 changed files with 1 additions and 1 deletions

View File

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