]> Git Repo - qemu.git/blobdiff - util/cutils.c
iothread: fix crash with invalid properties
[qemu.git] / util / cutils.c
index 9205e090316642b2e6a53c42863a7d5c129db122..698bd315bdb0f2a3aaae2f55c28a34bcc676582a 100644 (file)
@@ -769,3 +769,8 @@ char *size_to_str(uint64_t val)
 
     return g_strdup_printf("%0.3g %sB", (double)val / div, suffixes[i]);
 }
+
+int qemu_pstrcmp0(const char **str1, const char **str2)
+{
+    return g_strcmp0(*str1, *str2);
+}
This page took 0.023639 seconds and 4 git commands to generate.