mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-07-31 00:42:36 +00:00
(read_directory_file): Fix format string
This commit is contained in:
+1
-1
@@ -454,7 +454,7 @@ read_directory_file (void)
|
||||
incremental_version = 0;
|
||||
|
||||
if (incremental_version > TAR_INCREMENTAL_VERSION)
|
||||
ERROR((1, 0, _("Unsupported incremental format version: %s"),
|
||||
ERROR((1, 0, _("Unsupported incremental format version: %d"),
|
||||
incremental_version));
|
||||
|
||||
t = u = (errno = 0, strtoumax (buf, &ebuf, 10));
|
||||
|
||||
Reference in New Issue
Block a user