'dialog' core dump fix [patch for approvement]

Andrey Chernov ache at nagual.pp.ru
Sun Aug 19 14:01:57 PDT 2007


It fix dialog core dump with recent ghostscript-gpl port (too many items).
Please approve.

--- dialog.h.bak	2000-12-14 20:29:36.000000000 +0300
+++ dialog.h	2007-08-20 00:40:53.000000000 +0400
@@ -74,7 +74,7 @@
 } dialogMenuItem;
 
 #define VERSION "0.4"
-#define MAX_LEN 2048
+#define MAX_LEN 4096
 
 #ifndef TRUE
 #define TRUE (1)

-- 
http://ache.pp.ru/


More information about the freebsd-ports mailing list