X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllEntryVerify.cxx;h=2f7b86e450349eabfc75ac9afa12e1d994718199;hb=4f5f21cd3c966de4cc0ae68ce970304bb7df0395;hp=a54872e037bff96cb923d166a41ca0875a8ff2fe;hpb=96cc99e8e141ceaf026104699c3273ad5fc88a1f;p=gdcm.git diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index a54872e0..2f7b86e4 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllEntryVerify.cxx,v $ Language: C++ - Date: $Date: 2005/02/03 10:00:06 $ - Version: $Revision: 1.25 $ + Date: $Date: 2005/04/19 10:01:02 $ + Version: $Revision: 1.26 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,7 @@ #include //Generated file: -#include "gdcmDataImages.h" +//#include "gdcmDataImages.h" typedef std::string EntryValueType; // same type as ValEntry::value typedef std::map< gdcm::TagKey, EntryValueType > MapEntryValues; @@ -157,7 +157,7 @@ uint16_t ReferenceFileParser::axtoi(char *hexStg) m--; // adjust the position to set n++; // next digit to process } - return intValue; + return (uint16_t)intValue; } void ReferenceFileParser::SetDataPath( std::string &inDataPath )