Ignore:
Timestamp:
04/29/11 13:06:49 (14 years ago)
Author:
tbretz
Message:
Removed usage of Tools::Form.
File:
1 edited

Legend:

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

    r10429 r10496  
    290290
    291291    // Compile a proper format string
    292     const string fmt = Tools::Form("%%-%ds", max);
     292    string fmt = "%-";
     293    fmt += max;
     294    fmt + 's';
    293295
    294296    // loop over all entries and display them
Note: See TracChangeset for help on using the changeset viewer.