]> git.ipfire.org Git - thirdparty/libarchive.git/commit
archive_string: Use correct data types
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 9 Jul 2025 21:00:38 +0000 (23:00 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 9 Jul 2025 21:06:09 +0000 (23:06 +0200)
commit82e247fe7c9f163f57c5fcbc4bbc37c34d445212
tree46ab98d367968f8143f0b955d1543f2f7e893084
parenteff524fa4ed35f365130fc6d89f52edf447d5ffc
archive_string: Use correct data types

If it's already known that we use variables for calculations with
size_t, use size_t for them directly instead of int, even if values
fit.

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