mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
commit
6436c3f8c4
@ -383,7 +383,7 @@ file_error osd_fflush(osd_file *file)
|
||||
switch (file->type)
|
||||
{
|
||||
case SDLFILE_FILE:
|
||||
result = fflush(file->handle, offset);
|
||||
result = fflush(file->handle);
|
||||
if (result == EOF)
|
||||
return error_to_file_error(errno);
|
||||
return FILERR_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user