Fix two bugs: 1) If abs_time is NULL, should use infinite time. 2) Check
authorTor Lillqvist <tml@iki.fi>
Mon, 25 Nov 2002 23:08:27 +0000 (23:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 25 Nov 2002 23:08:27 +0000 (23:08 +0000)
commitf87a83cc158578001a766d5ce56fc9b6c11585a9
treeea65c71a6d7359ec77f50e05a1e7be4af20ed5e5
parent4009574b70564ae9f04e8407b76e7a970de18066
Fix two bugs: 1) If abs_time is NULL, should use infinite time. 2) Check

2002-11-23  Tor Lillqvist  <tml@iki.fi>

* gthread-win32.c (g_cond_timed_wait_win32_impl): Fix two bugs: 1)
If abs_time is NULL, should use infinite time. 2) Check for
current time already being past abs_time. (#99294, Christopher
R. Palmer, fix by Sebastian Wilhelmi)
gthread/ChangeLog
gthread/gthread-win32.c