Fix GH-1569: gzdecode raises Warning on invalid data

We keep that unspecific, at least for now.
This commit is contained in:
Christoph M. Becker 2022-05-06 17:18:41 +02:00
parent 8bf7045ecc
commit 7fc84e37b7
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -43,7 +43,14 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The decoded string, or &false; if an error occurred.
The decoded string, or &return.falseforfailure;.
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
In case of failure, an <constant>E_WARNING</constant> level error is issued.
</para>
</refsect1>