mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
"gboolean foo : 1" results in TRUE being -1 once assigned, use "guint foo
2001-08-30 Michael Natterer <mitch@gimp.org> * glib/giochannel.h: (struct GIOChannel): "gboolean foo : 1" results in TRUE being -1 once assigned, use "guint foo : 1" instead.
This commit is contained in:
committed by
Michael Natterer
parent
ee2712c487
commit
66529cef67
@@ -1,3 +1,9 @@
|
||||
2001-08-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* glib/giochannel.h: (struct GIOChannel): "gboolean foo : 1"
|
||||
results in TRUE being -1 once assigned, use "guint foo : 1"
|
||||
instead.
|
||||
|
||||
2001-08-27 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* glib/gconvert.h:
|
||||
|
Reference in New Issue
Block a user