mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:29:23 +02:00
* Correctly initialize total_out
git-svn-id: trunk@49424 -
This commit is contained in:
parent
affefb6ce0
commit
d23feee55e
@ -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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user