aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.cpp b/sound.cpp
index e53edc4e29..f752b6f1a6 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -597,7 +597,7 @@ static int get_int(FILE * f)
void *Scumm::openSfxFile()
{
- char buf[50];
+ char buf[256];
FILE *file = NULL;
if (_gameId == GID_DIG) {