This commit is contained in:
Valentino Orlandi 2022-08-13 21:05:56 +02:00
parent c1d14e9275
commit 7991cf9ddd
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ std::string HashOps::digestFile( const std::string& file_path )
try {
try {
// try reading as gzip compressed file
GzipOps::readFile( file_path, content );
GZutils::readFile( file_path, content );
} catch (GenericException& e) {
// failed closing file pointer