(trunk libT) #1992: could it really be this easy? if it is, wereHamster deserves the credit. if not, at least it was easy
This commit is contained in:
parent
33e43a0854
commit
6e089ef095
|
@ -235,7 +235,8 @@ libeventThreadFunc( void * veh )
|
|||
event_set_log_callback( logFunc );
|
||||
|
||||
/* loop until all the events are done */
|
||||
event_dispatch( );
|
||||
while( !eh->die )
|
||||
event_dispatch( );
|
||||
|
||||
/* shut down the thread */
|
||||
tr_lockFree( eh->lock );
|
||||
|
|
Loading…
Reference in New Issue