]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSBadChannelsAuxSPD.cxx
update from Prabhat
[u/mrichter/AliRoot.git] / ITS / AliITSBadChannelsAuxSPD.cxx
index ca9555d43250dee0cecafd0295be8e7cee78c7c6..07dc9792f47d3fc2aa6ef5e14bc96ec9d4038a23 100644 (file)
@@ -338,11 +338,11 @@ Bool_t AliITSBadChannelsAuxSPD::CreateHTMLReport(char *name, Int_t* &badChannels
 
          // Create report
          buffer->Append("SPD module = ");
-         snprintf(temp,10,"%d",module);
+         snprintf(temp,9,"%d",module);
          buffer->Append(temp);
          buffer->Append("<br>\n");
          buffer->Append("Number of bad channels = ");
-         snprintf(temp,10,"%d",size);
+         snprintf(temp,9,"%d",size);
          buffer->Append(temp);
 
          tags ? buffer->Append("<br>\n") : buffer->Append("\n");