From: regrain Date: Tue, 3 Feb 2004 08:33:56 +0000 (+0000) Subject: * bug fix with std:: X-Git-Tag: Version0.4~43 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=76a33f0c9aee18505341e737d0c37ff7d7e1f9b4;p=gdcm.git * bug fix with std:: --- diff --git a/src/gdcmParser.cxx b/src/gdcmParser.cxx index f20135a5..ffbe647e 100644 --- a/src/gdcmParser.cxx +++ b/src/gdcmParser.cxx @@ -1749,7 +1749,7 @@ void gdcmParser::FixHeaderEntryFoundLength(gdcmHeaderEntry *Entry, guint32 Found if (FoundLength%2) { std::cout << "Warning : Tag with uneven length " << FoundLength - << "in x(" << hex << gr << "," << el <<")" << std::endl; + << "in x(" << std::hex << gr << "," << el <<")" << std::endl; } // Sorry for the patch!