From dc16a642bbe92b3424f19012c9b6916c687b5235 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 20 May 2005 07:25:35 +0000 Subject: [PATCH] Bigger size for path string (C.Cheshkov) --- DISPLAY/AliDisplay2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.43.0