mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
Same fix for sockets (no whatsnew)
This commit is contained in:
parent
2f1b7f3468
commit
e5cc3338d9
@ -111,7 +111,7 @@ file_error sdl_read_socket(osd_file *file, void *buffer, UINT64 offset, UINT32 c
|
||||
file_error sdl_write_socket(osd_file *file, const void *buffer, UINT64 offset, UINT32 count, UINT32 *actual)
|
||||
{
|
||||
#ifndef SDLMAME_WIN32
|
||||
UINT32 result;
|
||||
ssize_t result;
|
||||
|
||||
result = write(file->handle, buffer, count);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user