:3
This commit is contained in:
parent
f859e2190b
commit
696a509054
1 changed files with 0 additions and 3 deletions
3
nob.c
3
nob.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue