mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 18:16:00 +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;
|
||||
if frVersion>23 then
|
||||
begin
|
||||
if LRE_OLDV25_FRF_READ then
|
||||
if LRE_OLDV25_FRF_READ and (frVersion=25) then
|
||||
begin
|
||||
Read(i, 4);
|
||||
tmpAngle := byte(i);
|
||||
|
Loading…
Reference in New Issue
Block a user