Add fsh_t type for filesystem handles
This commit is contained in:
@ -51,7 +51,7 @@ void fs_fetch(void) {
|
||||
}
|
||||
|
||||
if (statbuf.type == FSSTAT_FILE) {
|
||||
int32_t h = fs_openf(path, FS_OF_READ);
|
||||
fsh_t h = fs_openf(path, FS_OF_READ);
|
||||
if (h < 0) {
|
||||
uprintf("fs: could not open %s\n", path);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user