Changes between Initial Version and Version 1 of Ticket #1090, comment 1
- Timestamp:
- Apr 7, 2017, 4:05:56 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1090, comment 1
initial v1 1 1 I did a little debugging, and found the problem is here: 2 2 {{{ 3 3 ./external/ExRootAnalysis/ExRootConfReader.cc: if(isTop) fTopDir = dirname(const_cast<char *>(fileName)); 4 4 }}} 5 5 but as far as I can find, there is no memory allocated for fTopDir, it is not used anywhere, and there may be a problem with dirname altering the contents of its argument, so I commented it out and it seems to work ok.