Changeset 11479 for trunk/FACT++/src/Converter.cc
- Timestamp:
- 07/19/11 21:03:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Converter.cc
r11211 r11479 775 775 const string n = what[3]; // counter 776 776 777 const int cnt = atoi(n.c_str());777 const int cnt = stoi(n); 778 778 779 779 // if the :N part was not given assume 1
Note:
See TracChangeset
for help on using the changeset viewer.