mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-29 11:02:33 +02:00
* another shuffle fix
git-svn-id: trunk@3857 -
This commit is contained in:
parent
bbeb8c14b1
commit
8e5e1d8cdb
@ -656,7 +656,7 @@ implementation
|
|||||||
if shuffle.len=0 then
|
if shuffle.len=0 then
|
||||||
exit;
|
exit;
|
||||||
for i:=1 to shuffle.len do
|
for i:=1 to shuffle.len do
|
||||||
shuffle.shuffles[i]:=(shuffle.shuffles[i] and $f0) or ((shuffle.shuffles[i] and $f0) shr 4);
|
shuffle.shuffles[i]:=(shuffle.shuffles[i] and $f) or ((shuffle.shuffles[i] and $f0) shr 4);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user