mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
SCI: Fix copy/paste error
svn-id: r44382
This commit is contained in:
parent
00504a893b
commit
a49da8381b
@ -241,7 +241,7 @@ void fwrite_wrapper(EngineState *s, int handle, char *data, int length) {
|
||||
return;
|
||||
|
||||
if (!f->_out) {
|
||||
error("fgets_wrapper: Trying to write to file '%s' opened for reading", f->_name.c_str());
|
||||
error("fwrite_wrapper: Trying to write to file '%s' opened for reading", f->_name.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user