From 88172a90046e219c9ad87f0977af726db03c4c0e Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 16 Jun 2013 13:12:59 +0000 Subject: [PATCH] paused_topic should be the same size as help_topic_list. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@239 13b04d17-f746-0410-82c6-800466cd88b0 --- source/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/help.c b/source/help.c index 67e4762..73b7a2c 100644 --- a/source/help.c +++ b/source/help.c @@ -73,7 +73,7 @@ static int help_show_directory = 0; static char help_topic_list[BIG_BUFFER_SIZE + 1]; static Window *help_window = (Window *) 0; static char no_help[] = "NOHELP"; -static char paused_topic[128]; +static char paused_topic[BIG_BUFFER_SIZE + 1]; static char * this_arg; static int use_help_window = 0;