diff --git a/dict.h b/dict.h index ef2867c..33268b3 100644 --- a/dict.h +++ b/dict.h @@ -3,8 +3,8 @@ #include -#define DICTKEYSZ 64 -#define DICTDATSZ 64 +#define DICTKEYSZ 127 +#define DICTDATSZ 127 struct DICT { char key[DICTKEYSZ]; char data[DICTDATSZ];