update function name

This commit is contained in:
Mitchell Livingston 2008-03-30 00:00:46 +00:00
parent 24d35e7098
commit c8241d597e
1 changed files with 1 additions and 1 deletions

View File

@ -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];