Changeset 8957 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 06/14/08 16:55:58 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mreport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCurrents.cc
r4575 r8957 94 94 pos += 4; 95 95 96 const Int_t n =sscanf(hex, "%4x", &c);97 if (n !=1)96 const Int_t nn=sscanf(hex, "%4x", &c); 97 if (nn!=1) 98 98 { 99 99 *fLog << warn << "WARNING - Reading hexadecimal DC information." << endl; -
trunk/MagicSoft/Mars/mreport/MReportRun.cc
r8955 r8957 85 85 if (ver>=200805190) 86 86 { 87 Int_t len; 88 const Int_t n=sscanf(str.Data(), "%d %n", &file, &len); 89 if (n!=1) 87 const Int_t nn=sscanf(str.Data(), "%d %n", &file, &len); 88 if (nn!=1) 90 89 { 91 90 *fLog << warn << "WARNING - Wrong number of arguments." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.