Parcourir la source

* Make length a qword, bug #19366

git-svn-id: trunk@17523 -
marco il y a 14 ans
Parent
commit
b8ff20aed7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/hash/src/md5.pp

+ 1 - 1
packages/hash/src/md5.pp

@@ -60,7 +60,7 @@ type
     BufCnt  : QWord;
     Buffer  : array[0..63] of Byte;
     case Integer of
-      0: (Length   : PtrUInt);
+      0: (Length   : QWord);
       1: (Checksum : array[0..15] of Byte);
   end;