]> Creatis software - gdcm.git/blobdiff - Example/PrintFile.cxx
* gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
[gdcm.git] / Example / PrintFile.cxx
index 0beeda3f4934603a86dad8eefa550fc6eba8c93a..ad890128ab1b86909b3487b072a98ad865fbab8b 100644 (file)
@@ -18,7 +18,7 @@ int main(int argc, char* argv[])
       fileName += "/test.acr";
    }
    
-   e1= new gdcmHeader( fileName.c_str(), false );
+   e1= new gdcmHeader( fileName.c_str() );
 
    f1 = new gdcmFile(e1);