GNOME Bugzilla – Bug 769089
Fix gsettings uint64 testcase
Last modified: 2016-07-22 17:20:54 UTC
This happens to pass on little endian because the value we are retrieving is too small, but it fails on big endian and it would fail everywhere if the value was large enough. Fix the test case to unpack a 64bit value into a 64bit variable.
Created attachment 332011 [details] [review] Use a uint64 to unpack a 64 bit value
Review of attachment 332011 [details] [review]: LGTM.
Attachment 332011 [details] pushed as 38317cf - Use a uint64 to unpack a 64 bit value