diff options
| author | Travis Howell | 2004-01-01 08:42:49 +0000 |
|---|---|---|
| committer | Travis Howell | 2004-01-01 08:42:49 +0000 |
| commit | 262514958457e1dd36fba016bcfb597b4b5116ae (patch) | |
| tree | f4f353a2033dcd575828432852185a6ce324d04c /simon | |
| parent | 7dbf520f6771f8ef81a2373025ea4e63ddfe56d4 (diff) | |
| download | scummvm-rg350-262514958457e1dd36fba016bcfb597b4b5116ae.tar.gz scummvm-rg350-262514958457e1dd36fba016bcfb597b4b5116ae.tar.bz2 scummvm-rg350-262514958457e1dd36fba016bcfb597b4b5116ae.zip | |
Avoid memory corruption
svn-id: r12065
Diffstat (limited to 'simon')
| -rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 82fa70fa45..e0221bc740 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -1226,7 +1226,7 @@ void SimonEngine::playSting(uint a) { if (!midi._enable_sfx) return; - char filename[11]; + char filename[15]; File mus_file; uint16 mus_offset; |
