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

Legend:

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

    r7446 r7447  
    183183        pos += 2;
    184184
    185         const Int_t n=sscanf(hex, "%2hx", &fTD->fTD[i++]);
     185        const Int_t n=sscanf(hex, "%2hhx", &fTD->fTD[i++]);
    186186        if (n==1)
    187187            continue;
Note: See TracChangeset for help on using the changeset viewer.