summaryrefslogtreecommitdiff
path: root/src/htsopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsopt.h')
-rw-r--r--src/htsopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsopt.h b/src/htsopt.h
index 0b304f8..db50dd2 100644
--- a/src/htsopt.h
+++ b/src/htsopt.h
@@ -217,7 +217,7 @@ struct htsoptstate {
int verif_external_status;
t_dnscache *dns_cache;
/* HTML parsing state */
- char _hts_errmsg[1024];
+ char _hts_errmsg[HTS_CDLMAXSIZE + 256];
int _hts_in_html_parsing;
int _hts_in_html_done;
int _hts_in_html_poll;