* Correctly initialize total_out

git-svn-id: trunk@49424 -
This commit is contained in:
michael 2021-06-01 08:00:42 +00:00
parent affefb6ce0
commit d23feee55e

View File

@ -165,6 +165,7 @@ begin
s^.crc := crc32(0, nil, 0);
s^.msg := '';
s^.transparent := false;
s^.total_out:=0;
s^.path := path; { limit to 255 chars }