expanded file name size (comparisons were failing)

This commit is contained in:
Bram Wasti 2015-01-07 15:46:59 -05:00
parent 5c5bb41cd0
commit a6c37d1f6d

2
bar.c
View File

@ -36,7 +36,7 @@ typedef struct area_t {
#define N 20
#define MAX_IMAGES 20
#define MAX_IMAGE_FILENAME 50
#define MAX_IMAGE_FILENAME 100
typedef struct area_stack_t {
int pos;