]> Dogcows Code - chaz/tar/commitdiff
(xheader_string_end): Fix diagnostic message.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 2 Oct 2006 15:44:20 +0000 (15:44 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 2 Oct 2006 15:44:20 +0000 (15:44 +0000)
src/xheader.c

index f5e119946fcf68d0cbcb313e7f75a593d0a36991..2948859ab076180a69f36807dca282d841409d05 100644 (file)
@@ -782,7 +782,7 @@ xheader_string_end (char const *keyword)
   if (size != p)
     {
       ERROR ((0, 0,
-        _("Generated keyword/value pair is too long (keyword=%s, length=%s"),
+        _("Generated keyword/value pair is too long (keyword=%s, length=%s)"),
              keyword, nbuf));
       obstack_free (extended_header.stk, obstack_finish (extended_header.stk));
       return false;
This page took 0.023023 seconds and 4 git commands to generate.