diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-31 05:35:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-31 05:35:56 +0000 |
commit | 8ed73825ba7d62d8a1704b570cc85030690dc71e (patch) | |
tree | b329a4dbf1909d45d7f931ccd51ea9be50df58ea /zutils.cc | |
parent | Adding upstream version 1.13~rc1. (diff) | |
download | zutils-8ed73825ba7d62d8a1704b570cc85030690dc71e.tar.xz zutils-8ed73825ba7d62d8a1704b570cc85030690dc71e.zip |
Adding upstream version 1.13.upstream/1.13
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'zutils.cc')
-rw-r--r-- | zutils.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Zutils - Utilities dealing with compressed files - Copyright (C) 2009-2023 Antonio Diaz Diaz. + Copyright (C) 2009-2024 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -244,7 +244,7 @@ bool set_data_feeder( const std::string & filename, int * const infdp, } -// Return format_index, or -1 if uncompressed or shorter than magic_buf_size. +// Return format_index, or -1 if uncompressed or read error. // int test_format( const int infd, uint8_t magic_data[], int * const magic_sizep ) |