mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo in multi-thread support.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8154 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1c75601495
commit
69c370dcdc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-11-20 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSConnection.m: ([NSConnection -invalidate]) Fixed typo in
|
||||
multi-thread support.
|
||||
|
||||
2000-11-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSURLHandle.m: Implemented setting and gettign of properties
|
||||
|
|
|
@ -893,7 +893,7 @@ static BOOL multi_threaded = NO;
|
|||
timer = nil;
|
||||
M_UNLOCK(connection_table_gate);
|
||||
|
||||
M_LOCK(_refGate);
|
||||
M_UNLOCK(_refGate);
|
||||
|
||||
/*
|
||||
* Don't need notifications any more - so remove self as observer.
|
||||
|
|
Loading…
Reference in a new issue