]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDE.cxx
Warnings fixed
[u/mrichter/AliRoot.git] / ACORDE / AliACORDE.cxx
index f431a0ed594a7beabece5aadb37bf89360b72c0a..d4e27d3ac140b53ef9809516c1aea64659dbf220 100644 (file)
@@ -200,7 +200,7 @@ void AliACORDE::SetTreeAddress()
 
   TBranch *branch;
   char branchname[20];
-  sprintf(branchname,"%s",GetName());
+  //sprintf(branchname,"%s",GetName());
   // Branch address for hit tree
   TTree *treeH = fLoader->TreeH();
   if (treeH ) {