diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2002-03-10 09:15:09 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2002-03-10 09:15:09 +0000 |
commit | 5bbea163f23cab321fc9b7f4add27ffaf5437d0c (patch) | |
tree | 7a471dd0abb65d5f524ed6cdc490f5b19ceb51b2 /gthread/ChangeLog | |
parent | 4065bdd345719bc31876fc124766b6b8ad5a0f57 (diff) |
Do a comparison, not an assignment, stupid! Spotted by Daniel Elstner
2002-03-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c (g_thread_create_posix_impl): Do a comparison,
not an assignment, stupid! Spotted by Daniel Elstner
<daniel.elstner@gmx.net>.
Diffstat (limited to 'gthread/ChangeLog')
-rw-r--r-- | gthread/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 09e67d462..9a1070bb5 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,9 @@ +2002-03-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * gthread-posix.c (g_thread_create_posix_impl): Do a comparison, + not an assignment, stupid! Spotted by Daniel Elstner + <daniel.elstner@gmx.net>. + 2002-02-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-impl.c: Only compile most of this file, if |