mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
tests: add tests on function input_data
This commit is contained in:
@@ -89,7 +89,7 @@ input_exec_command (struct t_gui_buffer *buffer,
|
||||
const char *ptr_command_name;
|
||||
int rc;
|
||||
|
||||
if ((!string) || (!string[0]))
|
||||
if (!string || (!string[0]))
|
||||
return WEECHAT_RC_ERROR;
|
||||
|
||||
rc = WEECHAT_RC_OK;
|
||||
|
||||
Reference in New Issue
Block a user