X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fctndicom.cpp;fp=libctsim%2Fctndicom.cpp;h=d37f3cc398a6dcd40bb37799af6d809377de8659;hb=79ef6dfda2cb12c01dbc60f2ccdcef3f72a911c4;hp=f9a311bb2175364e1b9d752973192fc13885022d;hpb=08c1ec110dc7936c2bbd1c619bd2cf3618c6b4cc;p=ctsim.git diff --git a/libctsim/ctndicom.cpp b/libctsim/ctndicom.cpp index f9a311b..d37f3cc 100644 --- a/libctsim/ctndicom.cpp +++ b/libctsim/ctndicom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctndicom.cpp,v 1.9 2001/03/07 17:33:38 kevin Exp $ +** $Id: ctndicom.cpp,v 1.10 2001/03/11 18:52:03 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -37,7 +37,7 @@ DicomImporter::DicomImporter (const char* const pszFile) - : m_strFilename(pszFile), m_bFail(false), m_iContents(DICOM_CONTENTS_INVALID), + : m_pFile(NULL), m_strFilename(pszFile), m_bFail(false), m_iContents(DICOM_CONTENTS_INVALID), m_pImageFile(NULL), m_pProjections(NULL) { unsigned long lOptions = DCM_ORDERLITTLEENDIAN;