Changeset 7447 for trunk/MagicSoft/Mars
- Timestamp:
- 12/06/05 16:14:48 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCC.cc
r7446 r7447 183 183 pos += 2; 184 184 185 const Int_t n=sscanf(hex, "%2h x", &fTD->fTD[i++]);185 const Int_t n=sscanf(hex, "%2hhx", &fTD->fTD[i++]); 186 186 if (n==1) 187 187 continue;
Note:
See TracChangeset
for help on using the changeset viewer.