(read_directory_file): Fix format string

This commit is contained in:
Sergey Poznyakoff
2005-12-09 10:05:02 +00:00
parent 273810a9f7
commit f03fc1e078
+1 -1
View File
@@ -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));