GNOME Bugzilla – Bug 779641
test_query_properties broken on i686
Last modified: 2017-03-06 09:14:56 UTC
Created attachment 347295 [details] [review] [PATCH] Fix setting properties on i686 The general tests trap after a warning on i686: GLib-GObject-WARNING **: g_object_set_valist: object class 'GDataQuery' has no property named '\xff\xff\xff\xff\xff\xff\xff\xff[\u0008\x97'' The attached patch fixes the problem. Without the cast, an integer literal will have to wrong size for a 64-bit integer parameter.
Review of attachment 347295 [details] [review]: Good catch, thanks for the patch.