X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElementSet.cxx;h=0b373346fdc4b77ca884123f8f7e6896f6cca8bf;hb=cac61ccf53d9b3be025fa52df3fe647e75e8648f;hp=95cea960349661b6f3252676549d6f7dd256e0cd;hpb=5f059c9a5febdd08bc360421311319fd9a806b75;p=gdcm.git diff --git a/src/gdcmElementSet.cxx b/src/gdcmElementSet.cxx index 95cea960..0b373346 100644 --- a/src/gdcmElementSet.cxx +++ b/src/gdcmElementSet.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmElementSet.cxx,v $ Language: C++ - Date: $Date: 2004/06/22 14:37:04 $ - Version: $Revision: 1.11 $ + Date: $Date: 2004/06/22 14:42:02 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -90,7 +90,7 @@ void gdcmElementSet::Write(FILE *fp, FileType filetype) { // e->Write(fp,filetype); // This will be the right way to proceed ! if (gdcmBinEntry* BinEntry = dynamic_cast< gdcmBinEntry* >(e) ) { - BinEntry->Write(fp,filetype); + BinEntry->Write(fp); continue; } if (gdcmValEntry* ValEntry = dynamic_cast< gdcmValEntry* >(e) ) {