1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-01 12:56:32 +00:00

Fix a bug for glib-2.32.1

doamin passed to g_set_error must not be 0
This commit is contained in:
poet
2012-05-04 15:04:43 +08:00
parent ec20095480
commit e090d850e0
7 changed files with 26 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
#include <json-glib/json-glib.h>
inline static const gchar *
json_object_get_string_or_null_member (JsonObject *object, const gchar *member_name)
{