Index: /trunk/MagicSoft/Mars/mreport/MReportCamera.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 4934)
+++ /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 4935)
@@ -390,5 +390,5 @@
     Int_t hot;
 
-    const Int_t n=sscanf(str.Data(), "%hd %n", &hot, &len);
+    const Int_t n=sscanf(str.Data(), "%d %n", &hot, &len);
     if (n!=1)
     {
