Changeset 7446 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 12/06/05 16:12:48 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCC.cc
r7430 r7446 150 150 pos += 2; 151 151 152 const Int_t n=sscanf(hex, "%2h x", &fTH->fTH[i++]);152 const Int_t n=sscanf(hex, "%2hhx", &fTH->fTH[i++]); 153 153 if (n==1) 154 154 continue;
Note:
See TracChangeset
for help on using the changeset viewer.