Ignore:
Timestamp:
12/06/05 16:12:48 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7430 r7446  
    150150        pos += 2;
    151151
    152         const Int_t n=sscanf(hex, "%2hx", &fTH->fTH[i++]);
     152        const Int_t n=sscanf(hex, "%2hhx", &fTH->fTH[i++]);
    153153        if (n==1)
    154154            continue;
Note: See TracChangeset for help on using the changeset viewer.