]> Creatis software - gdcm.git/blobdiff - Example/TestCopyDicom.cxx
* src/*.cxx *.h Reference to License.htm fixed to License.html.
[gdcm.git] / Example / TestCopyDicom.cxx
index 092e6f16c5c6f73ab933adff89fb9e9a006c8639..b07b1afcff63b2447e8069ce34475e52d8a5cbbf 100644 (file)
@@ -89,7 +89,7 @@ int main(int argc, char* argv[])
          if ( gdcmBinEntry* b = dynamic_cast<gdcmBinEntry*>(d) )
          {              
             copy->GetHeader()->ReplaceOrCreateByNumber( 
-                                 b->GetVoidArea(),
+                                 b->GetBinArea(),
                                  b->GetLength(),
                                  b->GetGroup(), 
                                  b->GetElement(),