This commit is contained in:
Fancy code 2024-04-30 17:18:17 +08:00
parent 2d495b6f00
commit e2d6455746

View File

@ -55,6 +55,7 @@ bool StorageBase::CheckDirectory(const char *filepath)
*sep = '/'; *sep = '/';
} }
// TODO: check if files exist finally here.
free(path); free(path);
return true; return true;
} }