Changeset 510 for trunk/macosx/Controller.m
- Timestamp:
- Jul 3, 2006, 3:38:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r509 r510 337 337 338 338 torrent = [fTorrents objectAtIndex: i]; 339 while (! [torrent isPaused] && !(timeUp = [start timeIntervalSinceNow] <= -5.0))339 while (!(timeUp = [start timeIntervalSinceNow] <= -5.0) && ![torrent isPaused]) 340 340 { 341 341 usleep(100000);
Note: See TracChangeset
for help on using the changeset viewer.