Ignore:
Timestamp:
07/22/05 12:15:53 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportCamera.cc

    r7208 r7209  
    396396Bool_t MReportCamera::InterpreteHOT(TString &str)
    397397{
    398 
    399398    if (!CheckTag(str, "HOT "))
    400399        return kFALSE;
     
    619618        return kCONTINUE;
    620619
    621     if (!InterpreteHOT(str))
    622         return kCONTINUE;
     620    if (ver >= 200407070)
     621    {
     622        if (!InterpreteHOT(str))
     623            return kCONTINUE;
     624    }
    623625
    624626    if (ver > gkActiveLoadControlVersNum)
Note: See TracChangeset for help on using the changeset viewer.