]> Creatis software - gdcm.git/blobdiff - src/gdcmParser.cxx
* FIX : Set the elements to create the DicomDir in a dictionary file
[gdcm.git] / src / gdcmParser.cxx
index 7f6384f85edb59a4aa795a984ceface39f445775..2bb771cbd2f1236d005d81e71ff6d28939d5eb71 100644 (file)
@@ -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!