summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <arch@njw.me.uk>2008-04-03 00:17:51 +0000
committerNick White <arch@njw.me.uk>2008-04-03 00:17:51 +0000
commitb37c74e3fa320ffd23e31c10954243280f7d127d (patch)
tree9e49542a61740890ca2bc7757b220b58ff978e76
parent32db1c5edccfd1410b5ff1c8c5e4d78349cd58c6 (diff)
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
-rw-r--r--src/getht.h2
1 files changed, 1 insertions, 1 deletions
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