mirror of
https://github.com/libretro/RetroArch
synced 2025-03-12 04:14:23 +00:00
Remove debug messages.
This commit is contained in:
parent
363d8ca5b4
commit
346a9f2b4e
1
file.c
1
file.c
@ -97,7 +97,6 @@ bool read_file_string(const char *path, char **buf)
|
||||
while (ptr && !feof(file))
|
||||
{
|
||||
size_t bufsize = (size_t)(((ptrdiff_t)*buf + (ptrdiff_t)len) - (ptrdiff_t)ptr);
|
||||
fprintf(stderr, "bufsize: %u\n", (unsigned)bufsize);
|
||||
fgets(ptr, bufsize, file);
|
||||
|
||||
ptr = strchr(ptr, '\0');
|
||||
|
Loading…
x
Reference in New Issue
Block a user