- Timestamp:
- May 27, 2008, 4:15:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/ConsoleCommandCompilation.cc
r1436 r1437 88 88 { 89 89 if (newline) 90 { 90 91 COUT(0) << text << std::endl; 92 } 91 93 else 94 { 92 95 COUT(0) << text; 96 } 93 97 } 94 98
Note: See TracChangeset
for help on using the changeset viewer.