compare value, not memory location

This commit is contained in:
Mitchell Livingston 2007-05-07 03:48:19 +00:00
parent 86e63d3feb
commit 855f5b5b60
1 changed files with 1 additions and 1 deletions

View File

@ -1928,7 +1928,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
if (tempTor)
tr_torrentClose(fLib, tempTor);
else if (error != TR_EUNSUPPORTED && error != TR_EDUPLICATE)
[fAutoImportedNames removeObjectIdenticalTo: [file lastPathComponent]]; //can try to import later
[fAutoImportedNames removeObject: [file lastPathComponent]]; //can try to import later
else;
}