Changeset 3589 for trunk/MagicSoft


Ignore:
Timestamp:
03/23/04 16:17:59 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3587 r3589  
    3737       of the vector I had it wrong in my mind twice, using
    3838       atan2(y,x) everywhere I did recognize it...)
     39
     40   * mreport/MReport.cc:
     41     - fixed a bug which caused a crash when the time is not valid
    3942
    4043
  • trunk/MagicSoft/Mars/mreport/MReport.cc

    r3324 r3589  
    7575    {
    7676        *fLog << err << "ERROR - Event has invalid time: ";
    77         *fLog << Form("%d.%d.%d %02s:%02d:%02d.%03d", day, mon, yea, hor, min, sec, ms);
     77        *fLog << Form("%d.%d.%d %02d:%02d:%02d.%03d", day, mon, yea, hor, min, sec, ms);
    7878        *fLog << "... abort." << endl;
    7979        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.