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:
@@ -73,7 +73,7 @@ static int help_show_directory = 0;
|
|||||||
static char help_topic_list[BIG_BUFFER_SIZE + 1];
|
static char help_topic_list[BIG_BUFFER_SIZE + 1];
|
||||||
static Window *help_window = (Window *) 0;
|
static Window *help_window = (Window *) 0;
|
||||||
static char no_help[] = "NOHELP";
|
static char no_help[] = "NOHELP";
|
||||||
static char paused_topic[128];
|
static char paused_topic[BIG_BUFFER_SIZE + 1];
|
||||||
static char * this_arg;
|
static char * this_arg;
|
||||||
static int use_help_window = 0;
|
static int use_help_window = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user