mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Fix updating from installed FBI.
This commit is contained in:
parent
d7ed460de6
commit
282610e237
@ -383,9 +383,13 @@ int util_compare_file_infos(const void** p1, const void** p2) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static char path_3dsx[FILE_PATH_MAX];
|
static char path_3dsx[FILE_PATH_MAX] = {'\0'};
|
||||||
|
|
||||||
const char* util_get_3dsx_path() {
|
const char* util_get_3dsx_path() {
|
||||||
|
if(strlen(path_3dsx) == 0) {
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
return path_3dsx;
|
return path_3dsx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user