make the code actually have an effect (Use |= to set bits). Not absolutely
authorHans Breuer <hans@breuer.org>
Sun, 22 Jul 2001 21:15:22 +0000 (21:15 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 22 Jul 2001 21:15:22 +0000 (21:15 +0000)
commit371fe04203f503f973eb0ee0024428447bff2329
treea663ab0cc4fd0c56fd74c8e4a46e3e939ebe7bb7
parent838ed39262f32798245ae75948de0c86ef7d907d
make the code actually have an effect (Use |= to set bits). Not absolutely

2001-07-22  Hans Breuer  <hans@breuer.org>

* glib/giochannel.c (g_io_channel_get_buffer_condition) : make
the code actually have an effect (Use |= to set bits). Not
absolutely sure if is the right one.

* glib/giowin32.c (g_io_win32_<check|prepare>) : don't modify
watch->condition but restored the previous behaviour.
Now gio-test as well as The Gimp work again ...
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giochannel.c
glib/giowin32.c