From 0cf50422aef243f7e279ce0ad4e72b8f2ae5b652 Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 31 Jan 2006 16:24:23 +0000 Subject: [PATCH] Problem found with gcc (4.0.2) and corrected by Ivana Hrivnacova. --- STRUCT/AliALIFE.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STRUCT/AliALIFE.cxx b/STRUCT/AliALIFE.cxx index 971f70d88ca..43cd60080c6 100644 --- a/STRUCT/AliALIFE.cxx +++ b/STRUCT/AliALIFE.cxx @@ -86,7 +86,7 @@ void AliALIFE:: Cylinder(Float_t rmin, Float_t rmax, // // Bodies // ^^^^^^ - char name1[5], name2[5], name3[5], name4[5]; + char name1[6], name2[6], name3[6], name4[6]; // outer radius sprintf(name1, "R%4.4d", fNBodies++); -- 2.39.3