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
This commit is contained in:
Kevin Easton
2013-06-16 13:12:59 +00:00
parent ceb0492734
commit 88172a9004

View File

@@ -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;