mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-14 18:10:57 +00:00
Oops
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
318b823ffe
commit
7ad48cc7bb
1 changed files with 1 additions and 1 deletions
|
@ -1793,7 +1793,7 @@ static int messages_received_count;
|
|||
/*
|
||||
* Keep track of local objects accross all connections.
|
||||
*/
|
||||
counter = NSMapGet(all_connections_local_objects, (void*)object);
|
||||
counter = NSMapGet(all_connections_local_targets, (void*)target);
|
||||
if (counter)
|
||||
{
|
||||
[counter increment];
|
||||
|
|
Loading…
Reference in a new issue