mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
This one visible on clean only (nw)
This commit is contained in:
parent
6edc79e1fd
commit
d24e475f0e
@ -141,7 +141,7 @@ cdrom_file *cdrom_open(const char *inputfile)
|
||||
file_error filerr = core_fopen(file->track_info.track[i].fname, OPEN_FLAG_READ, &file->fhandle[i]);
|
||||
if (filerr != FILERR_NONE)
|
||||
{
|
||||
fprintf(stderr, "Unable to open file: %s\n", file->track_info.track[i].fname.cstr());
|
||||
fprintf(stderr, "Unable to open file: %s\n", file->track_info.track[i].fname);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user