Fork me on GitHub

Changes in / [4b59725:2871513] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootConfReader.cc

    r4b59725 r2871513  
    1212#include "tcl/tcl.h"
    1313
    14 #include <libgen.h>
     14#include "TSystem.h"
    1515
    1616#include <iostream>
     
    5757  }
    5858
    59   if(isTop) fTopDir = dirname(const_cast<char *>(fileName));
     59  if(isTop) fTopDir = gSystem->DirName(fileName);
    6060
    6161  int file_length = inputFileStream.tellg();
Note: See TracChangeset for help on using the changeset viewer.