Changeset 9461
- Timestamp:
- Oct 31, 2009, 2:49:59 AM (13 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.h
r9348 r9461 140 140 141 141 - (NSString *) torrentLocation; 142 #warning needed?143 142 - (NSString *) dataLocation; 144 143 - (NSString *) fileLocation: (FileListNode *) node; -
trunk/macosx/Torrent.m
r9430 r9461 491 491 492 492 NSString * downloadFolder = [self currentDirectory], * volumeName; 493 if ( downloadFolder &&(volumeName = [[[NSFileManager defaultManager] componentsToDisplayForPath: downloadFolder] objectAtIndex: 0]))493 if ((volumeName = [[[NSFileManager defaultManager] componentsToDisplayForPath: downloadFolder] objectAtIndex: 0])) 494 494 { 495 495 NSDictionary * systemAttributes = [[NSFileManager defaultManager] attributesOfFileSystemForPath: downloadFolder error: NULL]; … … 1407 1407 checkedNewLocation = YES; 1408 1408 1409 if ( [fTimeMachineExclude isEqualToString: newLocation])1409 if (newLocation && [fTimeMachineExclude isEqualToString: newLocation]) 1410 1410 return; 1411 1411 }
Note: See TracChangeset
for help on using the changeset viewer.