diff options
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/avatar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index fb3b01ea..5ba2cb3b 100644 --- a/src/xmpp/avatar.c +++ b/src/xmpp/avatar.c @@ -346,7 +346,7 @@ _avatar_request_item_result_handler(xmpp_stanza_t* const stanza, void* const use } else { gchar** argv = format_call_external_argv(cmdtemplate, NULL, filename->str); - if (!call_external(argv, NULL, NULL)) { + if (!call_external(argv)) { cons_show_error("Unable to display avatar: check the logs for more information."); } |