"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:
Michael Natterer
2001-08-29 23:11:17 +00:00
committed by Michael Natterer
parent ee2712c487
commit 66529cef67
9 changed files with 54 additions and 6 deletions

View File

@@ -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: