mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
(nw)
This commit is contained in:
parent
ada89eb11d
commit
dad3fa9540
@ -264,8 +264,6 @@ file_error osd_open(const char *path, UINT32 openflags, osd_file **file, UINT64
|
||||
|
||||
*filesize = (UINT64)st.st_size;
|
||||
|
||||
fprintf(stderr, "SDL: opened file %s, size %I64d\n", tmpstr, *filesize);
|
||||
|
||||
error:
|
||||
// cleanup
|
||||
if (filerr != FILERR_NONE && *file != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user