projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7ab426d
)
libdialog: Increase MAX_LEN to 4096 (bug 2480)
author
John Marino <draco@marino.st>
Mon, 11 Feb 2013 17:02:07 +0000 (18:02 +0100)
committer
John Marino <draco@marino.st>
Mon, 11 Feb 2013 17:05:41 +0000 (18:05 +0100)
While we are waiting for new libdialog, improve the ancient one so that
it at least doesn't core dump when used (e.g. ghostscript9 in dports)
gnu/lib/libdialog/dialog.h
patch
|
blob
|
blame
|
history
diff --git
a/gnu/lib/libdialog/dialog.h
b/gnu/lib/libdialog/dialog.h
index
d66fe57
..
f606129
100644
(file)
--- a/
gnu/lib/libdialog/dialog.h
+++ b/
gnu/lib/libdialog/dialog.h
@@
-75,7
+75,7
@@
typedef struct _dmenu_item {
} dialogMenuItem;
#define VERSION "0.4"
-#define MAX_LEN 2048
+#define MAX_LEN 4096
#ifndef TRUE
#define TRUE (1)