]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
Update copyright year to 2006.
[chaz/tar] / src / xheader.c
index 4c728d2d9fbbe9485eda5908ec96abc2ea6d92a7..087cb1baca957928f07bd1fda2c6b7f1f9f7e5b4 100644 (file)
@@ -1,6 +1,6 @@
 /* POSIX extended headers for tar.
 
-   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
@@ -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.021422 seconds and 4 git commands to generate.