Increase MAX_LEN to 4096

It fix core dump with latest ghostscript-gpl port (too many items)
This commit is contained in:
ache 2007-08-19 20:53:50 +00:00
parent ff6b5cd0df
commit c9b2753121

View File

@ -74,7 +74,7 @@ typedef struct _dmenu_item {
} dialogMenuItem;
#define VERSION "0.4"
#define MAX_LEN 2048
#define MAX_LEN 4096
#ifndef TRUE
#define TRUE (1)