From 389567d608371b1c2c2216605eef2736ec78eb5f Mon Sep 17 00:00:00 2001 From: tkuhr Date: Fri, 5 Dec 2003 18:39:48 +0000 Subject: [PATCH] Use correct alien file name (C.Cheshkov) --- MONITOR/AliMonitorProcess.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MONITOR/AliMonitorProcess.cxx b/MONITOR/AliMonitorProcess.cxx index 98550bcf683..a1b6bc2f535 100644 --- a/MONITOR/AliMonitorProcess.cxx +++ b/MONITOR/AliMonitorProcess.cxx @@ -357,7 +357,7 @@ Bool_t AliMonitorProcess::CheckForNewFile() fLogicalFileName.Data()); return kFALSE; } - fFileName = resultEntry->name.c_str(); + fFileName = resultEntry->name2.c_str(); #endif delete result; -- 2.39.3