summaryrefslogtreecommitdiff
path: root/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'fileio.c')
-rw-r--r--fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileio.c b/fileio.c
index fd1008d15..06e474a15 100644
--- a/fileio.c
+++ b/fileio.c
@@ -20,7 +20,7 @@ typedef struct {
byte *buffer, *buffer_end;
uint32 pos;
FILE *cur_fh;
- FILE *handles[32];
+ FILE *handles[64];
byte buffer_start[512];
} Fio;