# HG changeset patch # User Sebastien Jodogne # Date 1572432942 -3600 # Node ID 99cd59fe8c5cadf083a7611f3f23d2ea7ee7a639 # Parent 8fe89c2ea5930a680947fd8a3d3b6d5d3ebf9cf3 fix for msvc diff -r 8fe89c2ea593 -r 99cd59fe8c5c Core/DicomParsing/ParsedDicomDir.cpp --- a/Core/DicomParsing/ParsedDicomDir.cpp Wed Oct 30 10:48:26 2019 +0100 +++ b/Core/DicomParsing/ParsedDicomDir.cpp Wed Oct 30 11:55:42 2019 +0100 @@ -107,7 +107,7 @@ throw OrthancException(ErrorCode_InternalError); } - uint32_t next, lower; + Uint32 next, lower; if (!item->findAndGetUint32(DCM_OffsetOfTheNextDirectoryRecord, next).good() || !item->findAndGetUint32(DCM_OffsetOfReferencedLowerLevelDirectoryEntity, lower).good()) {