Use the right type for pages in the directory cache. This makes the
cache much smaller on most platforms.
This commit is contained in:
parent
67f41c8e5c
commit
fda75c4c08
@ -109,7 +109,7 @@ struct file_desc {
|
||||
};
|
||||
|
||||
struct dir_cache {
|
||||
coffee_offset_t page;
|
||||
coffee_page_t page;
|
||||
char filename_start;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user