aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-20 11:20:55 +0200
committerThomas White <taw@physics.org>2022-06-02 12:15:38 +0200
commit457f8809521d83612552d5bb74c2eeeb0f506980 (patch)
treebd0855743d4fed170a3aaaf0797a9df82bd1a65e /src
parenteecd67a344d2f5524fe8dd0175758632b932d6cb (diff)
ASAP::O: Use asapo_string_from_c_str, which exists now
Diffstat (limited to 'src')
-rw-r--r--src/im-asapo.c3
1 files changed, 1 insertions, 2 deletions
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);
}