From: hristov Date: Fri, 20 May 2005 07:25:35 +0000 (+0000) Subject: Bigger size for path string (C.Cheshkov) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=dc16a642bbe92b3424f19012c9b6916c687b5235;p=u%2Fmrichter%2FAliRoot.git Bigger size for path string (C.Cheshkov) --- diff --git a/DISPLAY/AliDisplay2.cxx b/DISPLAY/AliDisplay2.cxx index e17946179c3..dca2db67408 100644 --- a/DISPLAY/AliDisplay2.cxx +++ b/DISPLAY/AliDisplay2.cxx @@ -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();