]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bigger size for path string (C.Cheshkov)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 May 2005 07:25:35 +0000 (07:25 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 May 2005 07:25:35 +0000 (07:25 +0000)
DISPLAY/AliDisplay2.cxx

index e17946179c346de6cba5d87213f993680e802c60..dca2db674089ef923443fce1afb7ede048912e4b 100644 (file)
@@ -79,7 +79,7 @@ AliDisplay2::AliDisplay2(const TGWindow *p, UInt_t w, UInt_t h)
   fMode =0;
   FindModules();
   
-  fIconsPath = new char[32];
+  fIconsPath = new char[256];
   strcpy(fIconsPath,gSystem->Getenv("ALICE_ROOT"));
   strcat(fIconsPath,"/DISPLAY/icons/");
   LoadFromRC();