Merge pull request #1760 from techmetx11/fix/1759-async

Replace `call_external`'s implementation with an async one
This commit is contained in:
Michael Vetter
2022-10-12 12:45:07 +02:00
committed by GitHub
6 changed files with 15 additions and 34 deletions

View File

@@ -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.");
}