mirror of
https://github.com/transmission/transmission
synced 2024-12-27 10:07:40 +00:00
update function name
This commit is contained in:
parent
24d35e7098
commit
c8241d597e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
||||||
fDownload = nil;
|
fDownload = nil;
|
||||||
|
|
||||||
//process data
|
//process data
|
||||||
tr_blocklistSet(fHandle, [DESTINATION UTF8String]);
|
tr_blocklistSetContent(fHandle, [DESTINATION UTF8String]);
|
||||||
|
|
||||||
//delete downloaded file
|
//delete downloaded file
|
||||||
[[NSFileManager defaultManager] removeItemAtPath: DESTINATION error: NULL];
|
[[NSFileManager defaultManager] removeItemAtPath: DESTINATION error: NULL];
|
||||||
|
|
Loading…
Reference in a new issue