changeset 3555:99cd59fe8c5c

fix for msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Oct 2019 11:55:42 +0100
parents 8fe89c2ea593
children 87940f7156e0
files Core/DicomParsing/ParsedDicomDir.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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())
       {