mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
(trunk mac) maybe fix the mac build
This commit is contained in:
parent
1101f6710e
commit
be853dd07b
2 changed files with 2 additions and 2 deletions
|
@ -1020,7 +1020,7 @@ typedef enum
|
|||
case TR_PEER_FROM_INCOMING:
|
||||
[components addObject: NSLocalizedString(@"From: incoming connection", "Inspector -> Peers tab -> table row tooltip")];
|
||||
break;
|
||||
case TR_PEER_FROM_CACHE:
|
||||
case TR_PEER_FROM_RESUME:
|
||||
[components addObject: NSLocalizedString(@"From: cache", "Inspector -> Peers tab -> table row tooltip")];
|
||||
break;
|
||||
case TR_PEER_FROM_PEX:
|
||||
|
|
|
@ -1146,7 +1146,7 @@ int trashDataFile(const char * filename)
|
|||
|
||||
- (NSInteger) totalPeersCache
|
||||
{
|
||||
return fStat->peersFrom[TR_PEER_FROM_CACHE];
|
||||
return fStat->peersFrom[TR_PEER_FROM_RESUME];
|
||||
}
|
||||
|
||||
- (NSInteger) totalPeersPex
|
||||
|
|
Loading…
Reference in a new issue