X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmTS.cxx;h=33f49501f2cfdbe4d0bccff69442e1b649875508;hb=48c3e6379fcb2517d56c15d51e45c4c79543c16c;hp=bb18e34308b5da06eea488de6e102daa7794b3dd;hpb=32c5a738ac4315aaca9c331a58900a3e91ee39ee;p=gdcm.git diff --git a/src/gdcmTS.cxx b/src/gdcmTS.cxx index bb18e343..33f49501 100644 --- a/src/gdcmTS.cxx +++ b/src/gdcmTS.cxx @@ -175,6 +175,6 @@ int gdcmTS::Count(TSKey key) { std::string gdcmTS::GetValue(TSKey key) { if (ts.count(key) == 0) - return ("gdcm::Unfound"); + return (GDCM_UNFOUND); return ts[key]; }