X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.cxx;h=df94971e5654fb511429dfb73580f21d1b31c0fd;hb=d7531a8099267279c067b9115309cdc10f8eb46d;hp=a99f5068516a8a37be907ad6f20e1460cd15fb1f;hpb=3800f7e27228b1c6f2b473557619fd9217f95ede;p=gdcm.git diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index a99f5068..df94971e 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.cxx,v $ Language: C++ - Date: $Date: 2005/11/07 09:51:35 $ - Version: $Revision: 1.175 $ + Date: $Date: 2005/11/22 20:30:46 $ + Version: $Revision: 1.176 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,6 +19,7 @@ #include "gdcmUtil.h" #include "gdcmDebug.h" #include +#include // for va_list // For GetCurrentDate, GetCurrentTime #include @@ -837,7 +838,7 @@ inline int getlastdigit(unsigned char *data) } /** - * \brief Encode the mac address on a fixed lenght string of 15 characters. + * \brief Encode the mac address on a fixed length string of 15 characters. * we save space this way. */ std::string Util::GetMACAddress()