Fixes typo from last commit

git-svn-id: trunk@27212 -
This commit is contained in:
sekelsenmat 2010-08-27 09:36:46 +00:00
parent 25cd658e92
commit 8951344ee9

View File

@ -53,7 +53,7 @@ begin
end
else
begin
tempint := tempint shl 8;
tempint := Byte(c) shl 8;
if i <= len then
begin
tempint := tempint + Byte(Src^);