don't g_assert() the user specified time, but g_return_val_if_fail() here.
authorTim Janik <timj@gtk.org>
Tue, 8 May 2001 05:25:35 +0000 (05:25 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 8 May 2001 05:25:35 +0000 (05:25 +0000)
commit4d7747a58e5f5fa8f494b2b78d6f2047022375f1
tree6f3b40c2836aeae7d4993d967ca59c05fc5422ff
parent6cc6a59d38d48f6ea7b3367f362f2c4531eeaf92
don't g_assert() the user specified time, but g_return_val_if_fail() here.

Fri May  4 04:14:45 2001  Tim Janik  <timj@gtk.org>

        * gthread-posix.c (g_cond_timed_wait_posix_impl): don't g_assert()
        the user specified time, but g_return_val_if_fail() here.
gthread/ChangeLog
gthread/gthread-posix.c