]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Use correct alien file name (C.Cheshkov)
authortkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Dec 2003 18:39:48 +0000 (18:39 +0000)
committertkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Dec 2003 18:39:48 +0000 (18:39 +0000)
MONITOR/AliMonitorProcess.cxx

index 98550bcf68394162fdeedcecfcee903f7e8ba46d..a1b6bc2f5356f6baa2a1971bedfefd9a22ca828e 100644 (file)
@@ -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;