Changeset 3ece2bd in nscp for modules/CheckSystem/CheckSystem.cpp
- Timestamp:
- 11/08/07 21:54:39 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- e46ad71
- Parents:
- 22d2739
- File:
-
- 1 edited
-
modules/CheckSystem/CheckSystem.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/CheckSystem.cpp
r478588b r3ece2bd 313 313 return strEx::itos(value); 314 314 } 315 static std::string print_perf(int value) { 316 return strEx::itos(value); 317 } 315 318 static std::string print_percent(int value) { 316 319 return strEx::itos(value) + "%";
Note: See TracChangeset
for help on using the changeset viewer.








