]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add ll length modifier to archive_string_vsprintf 2639/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 25 May 2025 12:26:25 +0000 (14:26 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 25 May 2025 12:27:46 +0000 (14:27 +0200)
commitbc5f0884e3f2d00304bb19a829e4208529214016
tree6a9d58d6e2a121067e99536a2f77dc2aea5ed861
parentb6e1f06457e61c182dd2f34b9fb37701cfda041b
Add ll length modifier to archive_string_vsprintf

Some error messages already use the ll length modifier, which results
in raw formatter output, i.e. "%lld" instead of a number.

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