(trunk) tr_metaInfoBuilderCreate() doesn't need a tr_session* handle anymore

This commit is contained in:
Charles Kerr
2009-04-08 18:47:48 +00:00
parent 8c372572a2
commit d1c6956598
6 changed files with 24 additions and 43 deletions

View File

@@ -68,7 +68,7 @@
fStarted = NO;
fPath = [path retain];
fInfo = tr_metaInfoBuilderCreate(handle, [fPath UTF8String]);
fInfo = tr_metaInfoBuilderCreate([fPath UTF8String]);
if (fInfo->fileCount == 0)
{