From b37c74e3fa320ffd23e31c10954243280f7d127d Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 3 Apr 2008 00:17:51 +0000 Subject: Fixed segfault bug Fixed a nasty little bug which stopped anything useful at all from being accomplished. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-33 --- src/getht.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/getht.h b/src/getht.h index 9e397dc..df2b1b2 100644 --- a/src/getht.h +++ b/src/getht.h @@ -26,7 +26,7 @@ #define ISS_XML_FILE "htde_toc.xml" #define MED_REVGZ_FILE "htde_media-player.rev.gz" -#define STR_MAX 1024 +#define STR_MAX 512 #define MAX_ISS 10 -- cgit v1.2.3