2009-02-19 15:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
! fixed yest another stupid typo in new OS2 conditional variable
code
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-19 15:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/vm/thread.c
|
||||
! fixed yest another stupid typo in new OS2 conditional variable
|
||||
code
|
||||
|
||||
2009-02-19 15:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* utils/hbmk/hbmk2.prg
|
||||
+ Added new flags to replace -bldflags[-]:
|
||||
|
||||
@@ -222,7 +222,7 @@ static void _hb_thread_wait_del( HB_COND_T * cond, PHB_WAIT_LIST pWaiting )
|
||||
{
|
||||
cond->waiters = pWaiting->next;
|
||||
if( pWaiting == cond->waiters )
|
||||
pWaiting = NULL;
|
||||
cond->waiters = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user