Ignore:
Timestamp:
06/14/08 16:55:58 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mreport
Files:
2 edited

Legend:

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

    r4575 r8957  
    9494        pos += 4;
    9595
    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)
    9898        {
    9999            *fLog << warn << "WARNING - Reading hexadecimal DC information." << endl;
  • trunk/MagicSoft/Mars/mreport/MReportRun.cc

    r8955 r8957  
    8585    if (ver>=200805190)
    8686    {
    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)
    9089        {
    9190            *fLog << warn << "WARNING - Wrong number of arguments." << endl;
Note: See TracChangeset for help on using the changeset viewer.