valuetransform: Fix definition of ulong_bool
authorPhilipp Kern <pkern@debian.org>
Wed, 27 Jun 2012 08:57:50 +0000 (10:57 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Wed, 27 Jun 2012 08:59:29 +0000 (10:59 +0200)
commit240ef2b9e830f2aa92356368902bec813f3c1ef8
treec1c75ea467fc6c13c0f78dea42e62888c6cc29db
parentc5e5e95a217dc43a70bd998fce16ed93225e0cfd
valuetransform: Fix definition of ulong_bool

On big endian 64 bit machines such as s390x, an uint is too small to hold a
ulong_bool; it needs to be an actual ulong.

https://bugzilla.gnome.org/show_bug.cgi?id=678949
http://bugs.debian.org/662057
gobject/gvaluetransform.c