mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 10:21:46 +00:00
Slightly more informative printf
This commit is contained in:
parent
52e2ee9272
commit
525e1cff49
@ -549,7 +549,7 @@ void platform_emscripten_mount_filesystems(void)
|
||||
char *line = calloc(sizeof(char), max_line_len);
|
||||
size_t len = max_line_len;
|
||||
if (getline(&line, &len, file) == -1 || len == 0)
|
||||
printf("[FetchFS] missing base URL, skipping fetch initialization\n");
|
||||
printf("[FetchFS] missing base URL suggest empty manifest, skipping fetch initialization\n");
|
||||
else
|
||||
{
|
||||
char *base_url = strdup(line);
|
||||
|
Loading…
x
Reference in New Issue
Block a user