mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-07 10:57:44 +00:00
Remove debugging fprintf.
This commit is contained in:
parent
074234f182
commit
c0117bfbb6
1
file.c
1
file.c
@ -573,7 +573,6 @@ char** dir_list_new(const char *dir, const char *ext)
|
||||
continue;
|
||||
int ret = WideCharToMultiByte(CP_UTF8, 0, ffd.cFileName, wcslen(ffd.cFileName), utf8_buf, MAX_PATH, NULL, NULL);
|
||||
utf8_buf[ret] = '\0';
|
||||
fprintf(stderr, "FOUND: %s\n", utf8_buf);
|
||||
if (ext && !strstr(utf8_buf, ext))
|
||||
continue;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user