]> git.ipfire.org Git - thirdparty/libarchive.git/commit
tar: Remove unneeded casts
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 9 Jul 2025 20:57:40 +0000 (22:57 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 9 Jul 2025 20:57:40 +0000 (22:57 +0200)
commit84e8f3c98e89836276a1fbe2fdb7ab2c58d7ffdc
treefa4bc09e82385d82aadb01aeb8a70239cf103498
parent4035fca93acb59406c3fee66a31d68220000337f
tar: Remove unneeded casts

The variable size is already of type size_t. No need to cast it again
to size_t.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_read_support_format_tar.c