mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 21:18:14 +02:00
LazReport, fix AV on exporting report, from Aleksey, issue #26693
git-svn-id: trunk@46178 -
This commit is contained in:
parent
a950b22207
commit
a02f02d8ac
@ -8746,7 +8746,7 @@ begin
|
||||
if b = gtAddIn then
|
||||
s := ReadString(Stream) else
|
||||
s := '';
|
||||
t := frCreateObject(b, s, P^.Page);
|
||||
t := frCreateObject(b, s, nil);
|
||||
t.StreamMode := smPrinting;
|
||||
t.LoadFromStream(Stream);
|
||||
t.ExportData;
|
||||
|
Loading…
Reference in New Issue
Block a user