Changeset 9349
- Timestamp:
- Oct 21, 2009, 10:23:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r9348 r9349 461 461 }*/ 462 462 463 #warning doesn't block?464 463 int status; 465 464 tr_torrentSetLocation(fHandle, [folder UTF8String], YES, NULL, &status); 465 466 while (status == TR_LOC_MOVING); //block while moving (for now) 466 467 467 468 if (status == TR_LOC_DONE)
Note: See TracChangeset
for help on using the changeset viewer.