summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-utils.c')
-rw-r--r--libappstream-glib/as-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-utils.c b/libappstream-glib/as-utils.c
index 6303ac3..682d7d0 100644
--- a/libappstream-glib/as-utils.c
+++ b/libappstream-glib/as-utils.c
@@ -1554,7 +1554,7 @@ as_utils_guid_from_string (const gchar *str)
if (str == NULL)
return NULL;
return as_utils_guid_from_data ("6ba7b810-9dad-11d1-80b4-00c04fd430c8",
- str, strlen (str), NULL);
+ (const guint8 *) str, strlen (str), NULL);
}
/**