]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSurveyObj.cxx
Fixing compiler warnings from Form(),
[u/mrichter/AliRoot.git] / MUON / AliMUONSurveyObj.cxx
index 225237d803c8c987c911bc58492b83d6f1f64d31..353b9e75e5af4fc164062cc6f16eb3c30daecc4a 100644 (file)
@@ -662,7 +662,7 @@ Double_t AliMUONSurveyObj::EvalFunction(const TF2 *lFunction, Int_t iP1, Int_t i
     }
   default:
     {
-      AliError(Form("Coordinate %c is not valid, options are X Y Z",lCoord));
+      AliError(Form("Coordinate %s is not valid, options are X Y Z",lCoord));
       return 0;
     }
   }