Fix typo bufer -> buffer.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@395 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -4314,7 +4314,7 @@ void command_completion(char unused, char *not_used)
|
|||||||
if (com && *com && my_strnicmp(com, dll->name, strlen(com)))
|
if (com && *com && my_strnicmp(com, dll->name, strlen(com)))
|
||||||
continue;
|
continue;
|
||||||
strlcat(buffer, dll->name, sizeof buffer);
|
strlcat(buffer, dll->name, sizeof buffer);
|
||||||
strlcat(buffer, space, sizeof bufer);
|
strlcat(buffer, space, sizeof buffer);
|
||||||
if (++c == 4)
|
if (++c == 4)
|
||||||
{
|
{
|
||||||
put_it("%s", convert_output_format("$G $[15]0 $[15]1 $[15]2 $[15]3", "%s", buffer));
|
put_it("%s", convert_output_format("$G $[15]0 $[15]1 $[15]2 $[15]3", "%s", buffer));
|
||||||
|
|||||||
Reference in New Issue
Block a user