- Timestamp:
- 03/05/09 15:59:50 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9386 r9387 18 18 19 19 -*-*- END OF LINE -*-*- 20 2009/03/05 Thomas Bretz 21 22 * mreport/MReportCamera.cc: 23 - fixed a problem if the HVFIL section is empty 24 25 26 20 27 2009/03/04 Thomas Bretz 21 28 -
trunk/MagicSoft/Mars/mreport/MReportCamera.cc
r9289 r9387 520 520 str=str.Strip(TString::kBoth); 521 521 522 if (str.BeginsWith("PSSEN ")) 523 { 524 fHV->fFileName = ""; 525 return kTRUE; 526 } 527 522 528 const Ssiz_t pos = str.First(' '); 523 529 /* … … 548 554 { 549 555 if (!CheckTag(str, "PSSEN ")) 550 return k FALSE;556 return kCONTINUE; 551 557 552 558 Int_t len;
Note:
See TracChangeset
for help on using the changeset viewer.