mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 10:55:56 +02:00
LazReport, use LRE_OLDV25_FRF_READ flag only when reading frVersion=25 binary reports, issue #25995
git-svn-id: trunk@44777 -
This commit is contained in:
parent
9f6e013d2f
commit
d9f4262872
@ -3910,7 +3910,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if frVersion>23 then
|
if frVersion>23 then
|
||||||
begin
|
begin
|
||||||
if LRE_OLDV25_FRF_READ then
|
if LRE_OLDV25_FRF_READ and (frVersion=25) then
|
||||||
begin
|
begin
|
||||||
Read(i, 4);
|
Read(i, 4);
|
||||||
tmpAngle := byte(i);
|
tmpAngle := byte(i);
|
||||||
|
Loading…
Reference in New Issue
Block a user