Changeset 11479 for trunk/FACT++/src/Console.cc
- Timestamp:
- 07/19/11 21:03:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Console.cc
r11060 r11479 94 94 fLogO.SetBacklog(false); 95 95 fLogO.SetNullOutput(false); 96 usleep( atoi(str.c_str()+3)*1000);96 usleep(stoul(str.substr(3))*1000); 97 97 fLogO.SetNullOutput(true); 98 98 fLogO.SetBacklog(true);
Note:
See TracChangeset
for help on using the changeset viewer.