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

Diff of /tar/src/create.c

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

revision 1.63 by gray, Thu Sep 4 09:37:05 2003 UTC revision 1.64 by gray, Fri Sep 5 13:24:15 2003 UTC
# Line 1497  dump_file (char *p, int top_level, dev_t Line 1497  dump_file (char *p, int top_level, dev_t
1497                      char buf[UINTMAX_STRSIZE_BOUND];                      char buf[UINTMAX_STRSIZE_BOUND];
1498                      memset (start->buffer + count, 0, bufsize - count);                      memset (start->buffer + count, 0, bufsize - count);
1499                      WARN ((0, 0,                      WARN ((0, 0,
1500                             _("%s: File shrank by %s bytes; padding with zeros"),                             ngettext ("%s: File shrank by %s byte; padding with zeros",
1501                                         "%s: File shrank by %s bytes; padding with zeros",
1502                                         sizeleft),
1503                             quotearg_colon (p),                             quotearg_colon (p),
1504                             STRINGIFY_BIGINT (sizeleft, buf)));                             STRINGIFY_BIGINT (sizeleft, buf)));
1505                      if (! ignore_failed_read_option)                      if (! ignore_failed_read_option)

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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