Fixed evil filename overflow

svn-id: r4339
This commit is contained in:
Nicolas Bacca 2002-05-15 19:29:36 +00:00
parent 4670fee821
commit b3684d05ae

View file

@ -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) {