|
@@ -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));
|