Ignore:
Timestamp:
05/09/03 10:58:33 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MLog.cc

    r2101 r2104  
    222222        // Check for EOL
    223223        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);
    226226        // reset colors if working with colors
    227227        if (!TestBit(eNoColors))
Note: See TracChangeset for help on using the changeset viewer.