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:
Richard Frith-MacDonald 2010-02-04 08:15:09 +00:00
parent 73191ac9d4
commit 21e9e1231f
2 changed files with 2 additions and 3 deletions

View file

@ -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>

View file

@ -397,8 +397,7 @@ MUNLOCK
return YES; // KEEP THE LOCK
}
}
// we timed out and no longer have the lock
[_condition unlock];
return NO;
}