Index: trunk/MagicSoft/Mars/mreport/MReportCC.cc
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportCC.cc	(revision 8002)
+++ trunk/MagicSoft/Mars/mreport/MReportCC.cc	(revision 8287)
@@ -167,5 +167,5 @@
     while (pos<end)
     {
-        const Char_t hex[2] = { pos[0], pos[1] };
+        const Char_t hex[3] = { pos[0], pos[1], 0 };
         pos += 2;
 
