From 3da9bf5cc9134deaa108e6767371bdc44d31dee4 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Thu, 16 Jun 2011 10:41:47 +0400 Subject: DREAMWEB: Fixed size of the save file title --- engines/dreamweb/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dreamweb') diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp index fac2fb7446..a5cb7b585f 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; -- cgit v1.2.3