LazReport, fix loading previously saved binary reports on preview window

git-svn-id: trunk@39278 -
This commit is contained in:
jesus 2012-11-14 21:53:49 +00:00
parent 0ca30c0e9c
commit 911299e0ea

View File

@ -7806,8 +7806,8 @@ var
s: TMemoryStream;
begin
Compr := 0;
if AReadHeader then begin
compr := 0;
AStream.Read(compr, 1);
if not (compr in [0, 1, 255]) then
begin