X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=7e1319c79ce67d94218e24203120d0e212a85987;hb=79138eaef1094eae50d4dfc84bb5007de06d6376;hp=cf2de096d00b9d3ea29fe3ef7a1c88e22ce02462;hpb=d88b2a613f4b1a5554e8c34c8f75b91abff5f0e9;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index cf2de09..7e1319c 100644 --- a/src/list.c +++ b/src/list.c @@ -1357,8 +1357,8 @@ print_for_mkdir (char *dirname, int length, mode_t mode) STRINGIFY_BIGINT (current_block_ordinal (), buf)); } - fprintf (stdlis, "%s %*s %.*s\n", modes, ugswidth + 1 + datewidth, - _("Creating directory:"), length, quotearg (dirname)); + fprintf (stdlis, "%s %*s %s\n", modes, ugswidth + 1 + datewidth, + _("Creating directory:"), quotearg (dirname)); } }