From: <ny...@us...> - 2007-01-07 19:38:17
|
Revision: 251 http://svn.sourceforge.net/pmplib/?rev=251&view=rev Author: nyaochi Date: 2007-01-07 11:38:17 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Oops, I forgot to uncomment the line for console_clearln(). Modified Paths: -------------- trunk/pmplib/frontend/easypmp/cui/util.c Modified: trunk/pmplib/frontend/easypmp/cui/util.c =================================================================== --- trunk/pmplib/frontend/easypmp/cui/util.c 2007-01-07 19:36:24 UTC (rev 250) +++ trunk/pmplib/frontend/easypmp/cui/util.c 2007-01-07 19:38:17 UTC (rev 251) @@ -78,7 +78,7 @@ *p++ = ' '; ucs2cpy(p, msg); - //console_clearln(fp); + console_clearln(fp); console_println(fp, str, 0); return 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |