mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(trunk) tr_metaInfoBuilderCreate() doesn't need a tr_session* handle anymore
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
fStarted = NO;
|
||||
|
||||
fPath = [path retain];
|
||||
fInfo = tr_metaInfoBuilderCreate(handle, [fPath UTF8String]);
|
||||
fInfo = tr_metaInfoBuilderCreate([fPath UTF8String]);
|
||||
|
||||
if (fInfo->fileCount == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user