Created attachment 65187 [details] [review] examples: fix boolean option parsing Under gcc, sizeof(bool) is 1, while sizeof(gboolean) is 4 (on every platform we care about). This means that passing a bool * to a GLib function expecting a gboolean * leads to an overflow of 3 bytes.
++
Thanks, merged
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.