From 457f8809521d83612552d5bb74c2eeeb0f506980 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 20 Jul 2021 11:20:55 +0200 Subject: ASAP::O: Use asapo_string_from_c_str, which exists now --- src/im-asapo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/im-asapo.c b/src/im-asapo.c index 4eafd058..362a73b0 100644 --- a/src/im-asapo.c +++ b/src/im-asapo.c @@ -62,8 +62,7 @@ static void show_asapo_error(const char *msg, const AsapoErrorHandle err) AsapoStringHandle im_asapo_group_id_from_string(const char *str) { - /* FIXME: This function does not yet exist */ - return asapostringhandle_from_string(str); + return asapo_string_from_c_str(str); } -- cgit v1.2.3