diff options
Diffstat (limited to 'src/plugins/exec/exec-buffer.c')
-rw-r--r-- | src/plugins/exec/exec-buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/exec/exec-buffer.c b/src/plugins/exec/exec-buffer.c index 230f46592..4c1af8794 100644 --- a/src/plugins/exec/exec-buffer.c +++ b/src/plugins/exec/exec-buffer.c @@ -53,12 +53,12 @@ exec_buffer_input_cb (const void *pointer, void *data, return WEECHAT_RC_OK; } - argv = weechat_string_split (input_data, " ", + argv = weechat_string_split (input_data, " ", NULL, WEECHAT_STRING_SPLIT_STRIP_LEFT | WEECHAT_STRING_SPLIT_STRIP_RIGHT | WEECHAT_STRING_SPLIT_COLLAPSE_SEPS, 0, &argc); - argv_eol = weechat_string_split (input_data, " ", + argv_eol = weechat_string_split (input_data, " ", NULL, WEECHAT_STRING_SPLIT_STRIP_LEFT | WEECHAT_STRING_SPLIT_STRIP_RIGHT | WEECHAT_STRING_SPLIT_COLLAPSE_SEPS |