Changeset 4287 for trunk/macosx/DragOverlayWindow.m
- Timestamp:
- Dec 22, 2007, 6:43:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/DragOverlayWindow.m
r4275 r4287 91 91 ctor = tr_ctorNew(fLib); 92 92 tr_ctorSetMetainfoFromFile(ctor, [file UTF8String]); 93 if (tr_torrentParse FromCtor(fLib, ctor, &info) == TR_OK)93 if (tr_torrentParse(fLib, ctor, &info) == TR_OK) 94 94 { 95 95 count++;
Note: See TracChangeset
for help on using the changeset viewer.