diff options
| -rw-r--r-- | zlib.h | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1431,9 +1431,7 @@ ZEXTERN int ZEXPORT gzeof OF((gzFile file)); | |||
| 1431 | ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); | 1431 | ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); |
| 1432 | /* | 1432 | /* |
| 1433 | Returns true (1) if file is being copied directly while reading, or false | 1433 | Returns true (1) if file is being copied directly while reading, or false |
| 1434 | (0) if file is a gzip stream being decompressed. This state can change from | 1434 | (0) if file is a gzip stream being decompressed. |
| 1435 | false to true while reading the input file if the end of a gzip stream is | ||
| 1436 | reached, but is followed by data that is not another gzip stream. | ||
| 1437 | 1435 | ||
| 1438 | If the input file is empty, gzdirect() will return true, since the input | 1436 | If the input file is empty, gzdirect() will return true, since the input |
| 1439 | does not contain a gzip stream. | 1437 | does not contain a gzip stream. |
