Changeset 2104 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 05/09/03 10:58:33 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLog.cc
r2101 r2104 222 222 // Check for EOL 223 223 const Bool_t endline = fBase[len-1]=='\n'; 224 // output text to screen (without trailing '\ 0' or '\n')225 out << TString(fBase, len-1);224 // output text to screen (without trailing '\n') 225 out << TString(fBase, endline ? len-1 : len); 226 226 // reset colors if working with colors 227 227 if (!TestBit(eNoColors))
Note:
See TracChangeset
for help on using the changeset viewer.