]> Creatis software - gdcm.git/commitdiff
* bug fix with std::
authorregrain <regrain>
Tue, 3 Feb 2004 08:33:56 +0000 (08:33 +0000)
committerregrain <regrain>
Tue, 3 Feb 2004 08:33:56 +0000 (08:33 +0000)
src/gdcmParser.cxx

index f20135a53bb57f7acfee3dbaa149bc971dc8477a..ffbe647e827bcf3770a5b38cd492f42847ce4cfb 100644 (file)
@@ -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!