mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
Fixes typo from last commit
git-svn-id: trunk@27212 -
This commit is contained in:
parent
25cd658e92
commit
8951344ee9
@ -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^);
|
||||
|
Loading…
Reference in New Issue
Block a user