浏览代码

* Make length a qword, bug #19366

git-svn-id: trunk@17523 -
marco 14 年之前
父节点
当前提交
b8ff20aed7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/hash/src/md5.pp

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

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