X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDLoaderBase.hxx;h=b26c87a16000f92116ef2b01d8eb7dcb81d3f754;hb=662a2a2393a25baef77e42f74204b11b70a9646c;hp=5ff6cf6e818607b9ca7057fa087a01e0b341eec1;hpb=3c911ce36f5caa779ea60042e738fa57671a44b1;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDLoaderBase.hxx b/src/MEDLoader/MEDLoaderBase.hxx index 5ff6cf6e8..b26c87a16 100644 --- a/src/MEDLoader/MEDLoaderBase.hxx +++ b/src/MEDLoader/MEDLoaderBase.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -30,7 +30,7 @@ class MEDLOADER_EXPORT MEDLoaderBase { public: static int getStatusOfFile(const std::string& fileName); - static char *buildEmptyString(int lgth); + static char *buildEmptyString(std::size_t lgth); static void getDirAndBaseName(const std::string& fullName, std::string& dirName, std::string& baseName); static std::string getPathSep(); static std::string joinPath(const std::string& dirName, const std::string& baseName);