mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix lost sleep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8e573dd342
commit
56c7a5fd3a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ static BOOL may_proceed = NO;
|
|||
{
|
||||
initialize_entered++;
|
||||
while (NO == may_proceed)
|
||||
;
|
||||
mySleep(1);
|
||||
initialize_exited++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue