Ignore:
Timestamp:
03/05/09 15:59:50 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9289 r9387  
    520520    str=str.Strip(TString::kBoth);
    521521
     522    if (str.BeginsWith("PSSEN "))
     523    {
     524        fHV->fFileName = "";
     525        return kTRUE;
     526    }
     527
    522528    const Ssiz_t pos = str.First(' ');
    523529    /*
     
    548554{
    549555    if (!CheckTag(str, "PSSEN "))
    550         return kFALSE;
     556        return kCONTINUE;
    551557
    552558    Int_t len;
Note: See TracChangeset for help on using the changeset viewer.