X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.cxx;h=649f98931c97b482af7a5ffd10ef2ec7d05d2a7a;hb=19f72d139faa0f6a03f4e4a33be4c6b3e70b18b7;hp=cabc9675112250c470f7a2decc523f3c7080b7fc;hpb=2012716d624d631dcdb825fdd4470908e115a717;p=gdcm.git diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index cabc9675..649f9893 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.cxx,v $ Language: C++ - Date: $Date: 2004/06/20 18:08:48 $ - Version: $Revision: 1.44 $ + Date: $Date: 2004/06/23 03:36:24 $ + Version: $Revision: 1.45 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -74,7 +74,7 @@ std::string CreateCleanString(std::string s) { if(s[str.size()-1]==0) str[str.size()-1]=' '; - return(str); + return str; } /** @@ -108,7 +108,7 @@ std::string GetPath(std::string &fullName) fullName.resize(pos1); else fullName.resize(pos2); - return(fullName); + return fullName; } /** @@ -134,5 +134,5 @@ std::string GetName(std::string &fullName) for (int j=deb;j