More appropriate buffer sizes
This commit is contained in:
parent
788db666be
commit
cfed65d36f
2
main.c
2
main.c
|
@ -41,7 +41,7 @@ img_t img;
|
|||
win_t win;
|
||||
|
||||
#define DNAME_CNT 512
|
||||
#define FNAME_CNT 4096
|
||||
#define FNAME_CNT 1024
|
||||
const char **filenames;
|
||||
int filecnt, fileidx;
|
||||
size_t filesize;
|
||||
|
|
Loading…
Reference in New Issue