mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
Oops comitted wrong version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
24f1083d2e
commit
00ec0cdb02
1 changed files with 1 additions and 1 deletions
|
@ -2721,7 +2721,7 @@ static void callEncoder (DOContext *ctxt)
|
|||
*/
|
||||
if ([runLoop runMode: NSConnectionReplyMode
|
||||
beforeDate: timeout_date] == NO
|
||||
|| [timeout_data timeIntervalSinceNow] <= 0.0)
|
||||
|| [timeout_date timeIntervalSinceNow] <= 0.0)
|
||||
{
|
||||
M_LOCK(_queueGate); isLocked = YES;
|
||||
node = GSIMapNodeForKey(_replyMap, (GSIMapKey)sn);
|
||||
|
|
Loading…
Reference in a new issue