1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

compare value, not memory location

This commit is contained in:
Mitchell Livingston 2007-05-07 03:48:19 +00:00
parent 86e63d3feb
commit 855f5b5b60

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;
}