mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
fix #1859
This commit is contained in:
@@ -292,6 +292,8 @@ static void rwopsprintf(SDL_RWops *file, const char *format, ...)
|
||||
char buffer[64];
|
||||
vsprintf(buffer, format, args);
|
||||
|
||||
SDL_RWwrite(file, buffer, strlen(buffer) + 1, 1);
|
||||
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user