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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue