X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParser.cxx;h=2bb771cbd2f1236d005d81e71ff6d28939d5eb71;hb=fae5f95ae8cf044c024b1793b94032c9368f0f4b;hp=7f6384f85edb59a4aa795a984ceface39f445775;hpb=56f1689f9fd5fad774a767a80e900b23dbd92814;p=gdcm.git diff --git a/src/gdcmParser.cxx b/src/gdcmParser.cxx index 7f6384f8..2bb771cb 100644 --- a/src/gdcmParser.cxx +++ b/src/gdcmParser.cxx @@ -1769,7 +1769,7 @@ void gdcmParser::FixHeaderEntryFoundLength(gdcmHeaderEntry *Entry, guint32 Found if (FoundLength%2) { std::cout << "Warning : Tag with uneven length " << FoundLength - << " in x(" << std::hex << gr << "," << el <<")" << std::endl; + << " in x(" << std::hex << gr << "," << el <<")" << std::dec << std::endl; } // Sorry for the patch!