Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6012


Ignore:
Timestamp:
Nov 1, 2009, 10:08:22 AM (15 years ago)
Author:
scheusso
Message:

small build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/libraries/core/IOConsole.cc

    r6010 r6012  
    235235        std::cout << "\033[1G\033[K";
    236236        // Indicate a command prompt
    237         std::cout << promptString_g;
     237        std::cout << promptString_;
    238238        // Save cursor position
    239239        std::cout << "\033[s";
Note: See TracChangeset for help on using the changeset viewer.