From: malaterre Date: Mon, 16 Aug 2004 04:34:56 +0000 (+0000) Subject: ENH: forgot this easy one X-Git-Tag: Version0.5.bp~14 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b41ec3e7273db814e01c684b73937c62f95f4dfc;p=gdcm.git ENH: forgot this easy one --- diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 732125bc..b6127549 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2004/08/16 04:25:18 $ - Version: $Revision: 1.66 $ + Date: $Date: 2004/08/16 04:34:56 $ + Version: $Revision: 1.67 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1521,7 +1521,7 @@ void gdcmDocument::LoadDocEntry(gdcmDocEntry* entry) if ( IsDocEntryAnInteger(entry) ) { uint32_t NewInt; - std::ostringstream s; + //std::ostringstream s; //shadow previous declaration int nbInt; // When short integer(s) are expected, read and convert the following // n *two characters properly i.e. consider them as short integers as