Changeset 10429 for trunk/FACT++/src/ReadlineWindow.cc
- Timestamp:
- 04/20/11 16:58:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ReadlineWindow.cc
r10183 r10429 290 290 291 291 // Compile a proper format string 292 const string fmt = Form("%%-%ds", max);292 const string fmt = Tools::Form("%%-%ds", max); 293 293 294 294 // loop over all entries and display them
Note:
See TracChangeset
for help on using the changeset viewer.