Index: /trunk/MagicSoft/Mars/mreport/MReportCC.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportCC.cc	(revision 7446)
+++ /trunk/MagicSoft/Mars/mreport/MReportCC.cc	(revision 7447)
@@ -183,5 +183,5 @@
         pos += 2;
 
-        const Int_t n=sscanf(hex, "%2hx", &fTD->fTD[i++]);
+        const Int_t n=sscanf(hex, "%2hhx", &fTD->fTD[i++]);
         if (n==1)
             continue;
