mirror of
https://github.com/bobbimanners/GNO-Extras.git
synced 2025-01-21 14:30:44 +00:00
Fixed size of freelist[]
This commit is contained in:
parent
4e443534c2
commit
207c84da21
@ -118,7 +118,7 @@ struct dirblk {
|
||||
};
|
||||
|
||||
/* Globals */
|
||||
static uchar freelist[8096]; /* 1 bit for each of 64K blocks */
|
||||
static uchar freelist[8192]; /* 1 bit for each of 64K blocks */
|
||||
static uchar flloaded = 0;
|
||||
static struct block *blocks = NULL;
|
||||
static struct dirblk *dirs = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user