1
0
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:
Sébastien Helleu
2024-10-12 21:04:13 +02:00
parent 5eb64b2dfa
commit ec78084f49
9 changed files with 215 additions and 2 deletions
+1 -1
View File
@@ -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;