compare value, not memory location
This commit is contained in:
parent
86e63d3feb
commit
855f5b5b60
|
@ -1928,7 +1928,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||||
if (tempTor)
|
if (tempTor)
|
||||||
tr_torrentClose(fLib, tempTor);
|
tr_torrentClose(fLib, tempTor);
|
||||||
else if (error != TR_EUNSUPPORTED && error != TR_EDUPLICATE)
|
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;
|
else;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue