From 8d5e33286b086ade0252489ca201eb1aa061c5dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 21 Feb 2022 17:13:23 +0100 Subject: Merging upstream version 1.23. Signed-off-by: Daniel Baumann --- alone_to_lz.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alone_to_lz.cc') diff --git a/alone_to_lz.cc b/alone_to_lz.cc index 1f65dfe..9e5b330 100644 --- a/alone_to_lz.cc +++ b/alone_to_lz.cc @@ -1,5 +1,5 @@ /* Lziprecover - Data recovery tool for the lzip format - Copyright (C) 2009-2021 Antonio Diaz Diaz. + Copyright (C) 2009-2022 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 @@ -35,9 +35,9 @@ namespace { -/* Returns the address of a malloc'd buffer containing the file data and +/* Return the address of a malloc'd buffer containing the file data and the file size in '*size'. The buffer is at least 20 bytes larger. - In case of error, returns 0 and does not modify '*size'. + In case of error, return 0 and do not modify '*size'. */ uint8_t * read_file( const int infd, long * const size, const char * const filename ) -- cgit v1.2.3