X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.cxx;h=39d0ba7bdd4fe3f58db869a123ceb3458537dee7;hb=2767ee200a3dc05314954bd8bb3a0427f3fcb7d9;hp=9d121654eb6bc22c389de5b7d03bcd1c122574c6;hpb=1d6b53d6cc3487013b10aa9b604ae948585dbfb7;p=gdcm.git diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index 9d121654..39d0ba7b 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/01/18 16:19:57 $ - Version: $Revision: 1.112 $ + Date: $Date: 2005/01/21 11:40:56 $ + Version: $Revision: 1.113 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -670,7 +670,7 @@ std::string Util::GetIPAddress() // In this case we should maybe check the string was not truncated. // But I don't known how to check that... #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__) - // with WinSock DLL we need to initialise the WinSock before using gethostname + // with WinSock DLL we need to initialize the WinSock before using gethostname WORD wVersionRequested = MAKEWORD(1,0); WSADATA WSAData; int err = WSAStartup(wVersionRequested,&WSAData);