mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +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;
|
||||
|
||||
//process data
|
||||
tr_blocklistSet(fHandle, [DESTINATION UTF8String]);
|
||||
tr_blocklistSetContent(fHandle, [DESTINATION UTF8String]);
|
||||
|
||||
//delete downloaded file
|
||||
[[NSFileManager defaultManager] removeItemAtPath: DESTINATION error: NULL];
|
||||
|
|
Loading…
Reference in a new issue