[Orxonox-commit 1294] r6012 - code/branches/console/src/libraries/core
scheusso at orxonox.net
scheusso at orxonox.net
Sun Nov 1 10:08:23 CET 2009
Author: scheusso
Date: 2009-11-01 10:08:22 +0100 (Sun, 01 Nov 2009)
New Revision: 6012
Modified:
code/branches/console/src/libraries/core/IOConsole.cc
Log:
small build fix
Modified: code/branches/console/src/libraries/core/IOConsole.cc
===================================================================
--- code/branches/console/src/libraries/core/IOConsole.cc 2009-10-31 22:28:16 UTC (rev 6011)
+++ code/branches/console/src/libraries/core/IOConsole.cc 2009-11-01 09:08:22 UTC (rev 6012)
@@ -234,7 +234,7 @@
// Set cursor to the beginning of the line and erase the line
std::cout << "\033[1G\033[K";
// Indicate a command prompt
- std::cout << promptString_g;
+ std::cout << promptString_;
// Save cursor position
std::cout << "\033[s";
// Print command line buffer
More information about the Orxonox-commit
mailing list