]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Wrong cast removed
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Feb 2006 04:22:11 +0000 (04:22 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Feb 2006 04:22:11 +0000 (04:22 +0000)
EMCAL/AliEMCALJetMicroDst.cxx

index ca7b8d4af56414eabbdc53e5d66bdad72425d8bd..79fb831d442206d204eb66726a24aaa3e24d2263 100644 (file)
@@ -812,7 +812,7 @@ int AliEMCALJetMicroDst::SaveListOfHists(TList *list,const char* name,Bool_t kSi
     file.Close();
   } else {
     printf("TAliasPAI::saveListOfHists : N O  S A V I N G \n");
-    if(list==0) printf("List of object 0 : %i \n", (int)list);
+    if(list==0) printf("List of object 0 : %p \n", list);
     else printf("Size of list %i \n", list->GetSize());
   }
   return save;