Cleanups in get_help_topic(). Topic now displays correctly, rather than the

argument supplied to /bhelp.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@126 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2011-04-18 14:30:03 +00:00
parent ab170a123d
commit 1838a37a6c
2 changed files with 10 additions and 10 deletions

View File

@@ -4771,7 +4771,7 @@ BUILT_IN_FUNCTION(function_umask, words)
}
extern char *get_help_topic (char *, int);
extern char *get_help_topic (const char *, int);
extern int read_file (FILE *, int);
BUILT_IN_FUNCTION(function_help, words)