glib-compile-schemas: Pass a C string, not a GString wrapper
authorDavid Zeuthen <davidz@redhat.com>
Tue, 3 Aug 2010 18:32:29 +0000 (14:32 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 3 Aug 2010 18:32:29 +0000 (14:32 -0400)
commit69341e2ba9a864ed2848527570988afc3e1c9df4
treed41db2453071a8f3d1d036f6baf8f94b6bb2da43
parent5e6f762d61db1a5c64bd1d33e5ba112755106581
glib-compile-schemas: Pass a C string, not a GString wrapper

Commit 5e6f762d61db1a5c64bd1d33e5ba112755106581 (introducing UTF-8
validity checks for GVariant instances containing strsings) actually
uncovered a bug in glib-compile-schemas - a GString was passed when a
C string was expected.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gschema-compile.c