[wpdev-commits] wolfpack/unix console_unix.cpp,1.15,1.16
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-26 16:21:59
|
Update of /cvsroot/wpdev/wolfpack/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23983/unix Modified Files: console_unix.cpp Log Message: fix for the unix console Index: console_unix.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/unix/console_unix.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** console_unix.cpp 19 Sep 2004 23:41:00 -0000 1.15 --- console_unix.cpp 26 Sep 2004 16:21:46 -0000 1.16 *************** *** 246,250 **** QString temp = progress; progress = QString::null; ! rollbackChars(temp.length() + 4); progress = temp; } --- 246,250 ---- QString temp = progress; progress = QString::null; ! rollbackChars(temp.length()); progress = temp; } *************** *** 260,264 **** QString temp = progress; progress = QString::null; ! sendProgress( temp ); } } --- 260,265 ---- QString temp = progress; progress = QString::null; ! send( temp ); ! progress = temp; } } |