- Timestamp:
- 07/31/08 10:41:02 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/merpp.cc
r9058 r9059 220 220 221 221 if (arg2.EndsWith(".txt")) // set --summary 222 { 223 *fLog << inf << "Summary file option switched on automatically due to file extension." << endl; 222 224 kHeaderRun = 0; 225 } 223 226 224 227 kUpdate = kTRUE; -
trunk/MagicSoft/Mars/mreport/MReportCamera.cc
r9005 r9059 505 505 506 506 const Ssiz_t pos = str.First(' '); 507 /* 507 508 if (pos<0) 508 509 { … … 510 511 return kFALSE; 511 512 } 512 513 fHV->fFileName = str(0, pos); 513 */ 514 515 fHV->fFileName = pos<0 ? (TString)"" : str(0, pos); 516 if (pos<0) 517 return kTRUE; 514 518 515 519 str.Remove(0, pos);
Note:
See TracChangeset
for help on using the changeset viewer.