Fixed evil filename overflow
svn-id: r4339
This commit is contained in:
parent
4670fee821
commit
b3684d05ae
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue