summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2007-08-19 20:53:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2007-08-19 20:53:50 +0000
commit2b5694cfd79ff1837376a1722f34814e3b9628e4 (patch)
treee49abdb638b7ea48f169f3afa713664a1bbf929e /gnu
parent997758b0181855710392c589853d922f10ea4e24 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libdialog/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/dialog.h b/gnu/lib/libdialog/dialog.h
index 94675a4592c3..369b139eb80f 100644
--- a/gnu/lib/libdialog/dialog.h
+++ b/gnu/lib/libdialog/dialog.h
@@ -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)