increase lexicon size (max number of pages)
This commit is contained in:
parent
dff5bf47a0
commit
c41b12a77e
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -21,8 +21,8 @@ WITH REGARD TO THIS SOFTWARE.
|
||||||
struct dirent* dir;
|
struct dirent* dir;
|
||||||
|
|
||||||
typedef struct Lexicon {
|
typedef struct Lexicon {
|
||||||
int len, refs[512];
|
int len, refs[1024];
|
||||||
char files[512][64];
|
char files[1024][64];
|
||||||
} Lexicon;
|
} Lexicon;
|
||||||
|
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
|
|
Loading…
Reference in a new issue