From b41ec3e7273db814e01c684b73937c62f95f4dfc Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 16 Aug 2004 04:34:56 +0000 Subject: [PATCH] ENH: forgot this easy one --- src/gdcmDocument.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.45.1