]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/PHOS/AliHLTPHOSFileWriter.cxx
Bug fix: When moving from C style pointer based strings to the C++ string
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Feb 2007 09:04:45 +0000 (09:04 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Feb 2007 09:04:45 +0000 (09:04 +0000)
commit4df5dd10705cca59ff0137c889f810c49ba277f6
tree21cb1b3d7096e2bed517b9795af7b5926c827259
parenta98f9d265c9cd7c0e5e5402ea11f8c4d46b8fc1a
Bug fix: When moving from C style pointer based strings to the C++ string
class the memebr initialization list was not updated accordingly.
The member fDirectory and fFilename was initialized to zero wich
is fine for a C pointerbased string but when used to initialize a string
with the statement fDirctory(0) it is intepret as an attemt to initialize
a string object with a C character string starting at 0.
The error cuase a runtime error of aliroot, but is now fixed.
HLT/PHOS/AliHLTPHOSFileWriter.cxx
HLT/PHOS/AliHLTPHOSFileWriterComponent.cxx
HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.cxx