Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2007 00:45:09 +0400
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        re@freebsd.org, ports@freebsd.org
Subject:   'dialog' core dump fix [patch for approvement]
Message-ID:  <20070819204509.GA22579@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070819204509.GA22579>