diff OrthancServer/ParsedDicomFile.cpp @ 1521:3606278d305e

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 13:37:24 +0200
parents 4a503a8c7749
children c388502a066d
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp	Tue Aug 11 13:26:42 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.cpp	Tue Aug 11 13:37:24 2015 +0200
@@ -273,7 +273,7 @@
         length_(element.getLength(transferSyntax)),
         offset_(0)
       {
-        static const size_t CHUNK_SIZE = 64 * 1024;  // Use a 64KB chunk
+        static const size_t CHUNK_SIZE = 64 * 1024;  // Use chunks of max 64KB
         chunk_.resize(CHUNK_SIZE);
       }