[FL-2811] Fix PVS-Studio warnings (#2142)
Co-authored-by: あく <alleteam@gmail.com> Co-authored-by: gornekich <n.gorbadey@gmail.com>
This commit is contained in:
@@ -236,7 +236,7 @@ static int archive_extract_foreach_cb(mtar_t* tar, const mtar_header_t* header,
|
||||
return 0;
|
||||
}
|
||||
|
||||
FURI_LOG_D(TAG, "Extracting %d bytes to '%s'", header->size, header->name);
|
||||
FURI_LOG_D(TAG, "Extracting %u bytes to '%s'", header->size, header->name);
|
||||
|
||||
FuriString* converted_fname = furi_string_alloc_set(header->name);
|
||||
if(op_params->converter) {
|
||||
@@ -382,4 +382,4 @@ bool tar_archive_unpack_file(
|
||||
return false;
|
||||
}
|
||||
return archive_extract_current_file(archive, destination);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user