Changeset 2232


Ignore:
Timestamp:
06/24/03 16:25:08 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2193 r2232  
    402402    if (fDevice&eStdout)
    403403    {
    404         cout << kReset;
     404        if (!TestBit(eNoColors))
     405            cout << kReset;
    405406        cout.flush();
    406407    }
Note: See TracChangeset for help on using the changeset viewer.