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