mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
core: fix gui_color_dump called with excess arguments
This commit is contained in:
@@ -1740,7 +1740,7 @@ COMMAND_CALLBACK(debug)
|
||||
|
||||
if (string_strcasecmp (argv[1], "color") == 0)
|
||||
{
|
||||
gui_color_dump (buffer);
|
||||
gui_color_dump ();
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user