X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmValEntry.cxx;h=b5575cfe24c2e2cad30f81a57971f064b9a8d590;hb=45a9005ae5c1975bbe932e43c8080a83c9daf29e;hp=ee0b42b8ebd44a1182bdfb84244c682e6dbe89c8;hpb=3b48ae81d6c358b352e726fa283296c496f35437;p=gdcm.git diff --git a/src/gdcmValEntry.cxx b/src/gdcmValEntry.cxx index ee0b42b8..b5575cfe 100644 --- a/src/gdcmValEntry.cxx +++ b/src/gdcmValEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmValEntry.cxx,v $ Language: C++ - Date: $Date: 2004/06/22 14:03:30 $ - Version: $Revision: 1.11 $ + Date: $Date: 2004/06/22 14:37:04 $ + 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 @@ -137,7 +137,7 @@ void gdcmValEntry::Print(std::ostream & os) /* * \brief canonical Writer */ -void gdcmValEntry::Write(FILE *fp, FileType filetype) { +void gdcmValEntry::Write(FILE *fp) { std::string vr=GetVR(); int lgr=GetLength(); if (vr == "US" || vr == "SS") {