X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.cxx;h=63c03594624853c48d638dff83d64a0e4e1783ee;hb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;hp=524f0f98e76db7330d05815aa8bf882070327d97;hpb=d7531a8099267279c067b9115309cdc10f8eb46d;p=gdcm.git diff --git a/src/gdcmDictSet.cxx b/src/gdcmDictSet.cxx index 524f0f98..63c03594 100644 --- a/src/gdcmDictSet.cxx +++ b/src/gdcmDictSet.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictSet.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:34 $ - Version: $Revision: 1.72 $ + Date: $Date: 2005/11/28 15:20:33 $ + Version: $Revision: 1.73 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -131,7 +131,7 @@ std::string DictSet::BuildDictPath() if (envPath && (strlen(envPath) != 0)) { resultPath = envPath; - gdcmWarningMacro( "Dictionary path set from environnement"); + gdcmStaticWarningMacro( "Dictionary path set from environnement"); } else {