diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp index fac2fb74466..a5cb7b585f6 100644 --- a/engines/dreamweb/detection.cpp +++ b/engines/dreamweb/detection.cpp @@ -105,7 +105,7 @@ SaveStateList DreamWebMetaEngine::listSaves(const char *target) const { Common::InSaveFile *stream = saveFileMan->openForLoading(file); if (!stream) error("cannot open save file %s", file.c_str()); - char name[13] = {}; + char name[17] = {}; stream->seek(0x61); stream->read(name, sizeof(name) - 1); delete stream;