]> Creatis software - gdcm.git/blobdiff - Example/Write.cxx
FIX: Pb on recent linux machine
[gdcm.git] / Example / Write.cxx
index dbc5303882ba7ee4ba9ad6d1ce29c10d3d8a6424..43e376870c193c597def1025a3378e7279d475bc 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char* argv[])
      
    toto = argv[1]; 
 
-   e1 = new gdcmHeader(toto.c_str(), false, true);
+   e1 = new gdcmHeader( toto.c_str() );
    if (!e1->IsReadable()) {
        std::cerr << "Sorry, not a Readable DICOM / ACR File"  <<std::endl;
        return 0;