Changeset 6507 for trunk/console
- Timestamp:
- 09/06/08 18:23:56 (3 months ago)
- Files:
-
- 1 modified
-
trunk/console/src/console_print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console_print.cpp
r6461 r6507 543 543 HistoryListIter it = lHistory.begin(); 544 544 unsigned short n = 0; 545 for (n = 0; n < nStart && it != lHistory.end(); n++, it++) ;545 for (n = 0; n < nStart && it != lHistory.end(); n++, it++) ; 546 546 while (n <= nEnd && it != lHistory.end()) 547 547 {
