* Fix compilation

git-svn-id: trunk@57564 -
This commit is contained in:
michael 2018-03-25 18:02:21 +00:00
parent af0de1670c
commit 46ca509e85

View File

@ -1509,7 +1509,7 @@ begin
if (FReport.Owner<>Self) and (OldName<>'') then
FReport.Name:=OldName;
FFilename:=AFileName;
if Assigned(errs) and Errs.Count>0 then
if Assigned(errs) and (Errs.Count>0) then
MessageDlg(SErrAccessingData,Format(SErrAccessingDataDetails,[Errs.Text]),mtWarning,[mbOK],'');
FLoadModified:=rs.IsModified;
finally