Ignore:
Timestamp:
07/19/11 21:03:37 (13 years ago)
Author:
tbretz
Message:
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Console.cc

    r11060 r11479  
    9494        fLogO.SetBacklog(false);
    9595        fLogO.SetNullOutput(false);
    96         usleep(atoi(str.c_str()+3)*1000);
     96        usleep(stoul(str.substr(3))*1000);
    9797        fLogO.SetNullOutput(true);
    9898        fLogO.SetBacklog(true);
Note: See TracChangeset for help on using the changeset viewer.