This commit is contained in:
qwertzuiopy 2025-04-14 22:06:44 +02:00
parent f859e2190b
commit 696a509054

3
nob.c
View file

@ -59,9 +59,6 @@ bool process_res(char *res_base) {
break;
case NOB_FILE_DIRECTORY:;
char *folder_path = temp_sprintf("%s%s", res_base, res_paths.items[i]);
if (!mkdir_if_not_exists(folder_path)) {
return false;
}
if (!process_res(
temp_sprintf("%s%s%c", res_base, res_paths.items[i], '/'))) {
return false;