X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.cxx;h=5dfb6a3a62ea306f52bad281fdaddfecb7b6d071;hb=3afc179392ebebe610f7685bc8895b690c2a66aa;hp=46b77b93f267d3caf8c4a30e2524e89ec3112062;hpb=1db4734a7dfefbf5b9e8e3e7b102b36ab68d8243;p=gdcm.git diff --git a/src/gdcmDocEntry.cxx b/src/gdcmDocEntry.cxx index 46b77b93..5dfb6a3a 100644 --- a/src/gdcmDocEntry.cxx +++ b/src/gdcmDocEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntry.cxx,v $ Language: C++ - Date: $Date: 2004/11/09 22:15:36 $ - Version: $Revision: 1.30 $ + Date: $Date: 2004/11/10 18:27:23 $ + Version: $Revision: 1.31 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,6 +43,11 @@ DocEntry::DocEntry(DictEntry* in) DicomDict = in; SetKey( in->GetKey( ) ); Offset = 0 ; // To avoid further missprinting + + // init some variables + ReadLength = 0; + UsableLength = 0; + PrintLevel = 0; } //-----------------------------------------------------------------------------