From e87814e9caf9d34cbd402b87d90e5cecdee3de0d Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 1 Dec 2005 13:15:16 +0000 Subject: hotfixing a printing bug --- Dalos/Console.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dalos/Console.cc') diff --git a/Dalos/Console.cc b/Dalos/Console.cc index 5e2ffc2..b15c4bf 100644 --- a/Dalos/Console.cc +++ b/Dalos/Console.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Console.cc,v 1.5 2005-11-05 14:36:11 pixel Exp $ */ +/* $Id: Console.cc,v 1.6 2005-12-01 13:15:16 pixel Exp $ */ #include #include @@ -294,7 +294,7 @@ void console::draw() { mogltk::ColorP::Max.A = 255; mogltk::FixedFont->putcursor(GetAX(), GetAY() + (nlines - 1) * 13); - mogltk::FixedFont->printf(console_prompt); + mogltk::FixedFont->printf("%s", console_prompt.to_charp()); mogltk::FixedFont->printf("%s", rl_line_buffer + start); } } -- cgit v1.2.3