Changeset 2633 for trunk/beos/TRWindow.cpp
- Timestamp:
- Aug 5, 2007, 4:04:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/beos/TRWindow.cpp
r2632 r2633 106 106 const int MAX_EXIT_WAIT_SECS = 10; 107 107 const time_t deadline = time(0) + MAX_EXIT_WAIT_SECS; 108 while (tr_torrentCount(engine) && time(NULL) < deadline) ){108 while (tr_torrentCount(engine) && time(NULL) < deadline) { 109 109 snooze(100000); 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.