lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e12481
)
redefine dvar for convenience
author
beware
<beware@bircd.org>
Fri, 6 Dec 2013 14:08:10 +0000
(14:08 +0000)
committer
beware
<beware@bircd.org>
Fri, 6 Dec 2013 14:08:10 +0000
(14:08 +0000)
git-svn-id: file:///svnroot/lcore/trunk@129
b1de8a11
-f9be-4011-bde0-
cc7ace90066a
fastmd5.pas
patch
|
blob
|
history
diff --git
a/fastmd5.pas
b/fastmd5.pas
index 6455e5cff31b69b770fa3ad0f55552780224b0c6..6f2d66f072882626c051d1d52442b36d4b5feb22 100644
(file)
--- a/
fastmd5.pas
+++ b/
fastmd5.pas
@@
-39,7
+39,7
@@
type
{$i uint32.inc}
\r
\r
type
\r
- dvar=array[0..
0
] of byte;
\r
+ dvar=array[0..
65535
] of byte;
\r
Tmd5state=record
\r
buf:array[0..63] of byte;
\r
H:array[0..3] of uint32;
\r