mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Corrected last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29475 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
73191ac9d4
commit
21e9e1231f
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
2010-02-04 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSThread.m: cleanup indentation etc, and apply fix suggested
|
||||
* Source/NSLock.m: cleanup indentation etc, and apply fix suggested
|
||||
by David Ayers
|
||||
|
||||
2010-02-04 Jonathan Gillaspie <jonathan.gillaspie@testplant.com>
|
||||
|
|
|
@ -397,8 +397,7 @@ MUNLOCK
|
|||
return YES; // KEEP THE LOCK
|
||||
}
|
||||
}
|
||||
|
||||
// we timed out and no longer have the lock
|
||||
[_condition unlock];
|
||||
return NO;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue