X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcreate.c;h=910b4a239d684180b0ebeb4c4132495331737935;hb=91b2d65e9dccae981f308a659d6c7bdd32285598;hp=b0fa1e88facdf16e8ebe5b9d10bda4e71d6fc580;hpb=99f41a1224a0def1a75fe995609dbcf45187a6aa;p=chaz%2Ftar diff --git a/src/create.c b/src/create.c index b0fa1e8..910b4a2 100644 --- a/src/create.c +++ b/src/create.c @@ -1497,7 +1497,9 @@ dump_file (char *p, int top_level, dev_t parent_device) char buf[UINTMAX_STRSIZE_BOUND]; memset (start->buffer + count, 0, bufsize - count); WARN ((0, 0, - _("%s: File shrank by %s bytes; padding with zeros"), + ngettext ("%s: File shrank by %s byte; padding with zeros", + "%s: File shrank by %s bytes; padding with zeros", + sizeleft), quotearg_colon (p), STRINGIFY_BIGINT (sizeleft, buf))); if (! ignore_failed_read_option)