]> Dogcows Code - chaz/tar/commitdiff
(sparse_map_decoder): Fix misleading diagnostic.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Feb 2006 13:57:41 +0000 (13:57 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Feb 2006 13:57:41 +0000 (13:57 +0000)
src/xheader.c

index 4c728d2d9fbbe9485eda5908ec96abc2ea6d92a7..8399df81fd41faa1a55d8961f564cd231c561185 100644 (file)
@@ -1249,7 +1249,7 @@ sparse_map_decoder (struct tar_stat_info *st, char const *arg,
          else
            {
              ERROR ((0, 0, _("Malformed extended header: excess %s=%s"),
-                     "GNU.sparse.numbytes", arg));
+                     keyword, arg));
              return;
            }
        }
This page took 0.031365 seconds and 4 git commands to generate.