/[tar]/tar/src/tar.c
ViewVC logotype

Diff of /tar/src/tar.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by gray, Thu Sep 4 15:48:02 2003 UTC revision 1.66 by gray, Fri Sep 5 13:24:16 2003 UTC
# Line 1283  see the file named COPYING for details." Line 1283  see the file named COPYING for details."
1283              : 0));              : 0));
1284        if (volume_label_max_len < strlen (volume_label_option))        if (volume_label_max_len < strlen (volume_label_option))
1285          USAGE_ERROR ((0, 0,          USAGE_ERROR ((0, 0,
1286                        _("%s: Volume label is too long (limit is %lu bytes)"),                        ngettext ("%s: Volume label is too long (limit is %lu byte)",
1287                                    "%s: Volume label is too long (limit is %lu bytes)",
1288                                    volume_label_max_len),
1289                        quotearg_colon (volume_label_option),                        quotearg_colon (volume_label_option),
1290                        (unsigned long) volume_label_max_len));                        (unsigned long) volume_label_max_len));
1291      }      }

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26