]> Dogcows Code - chaz/tar/blobdiff - src/list.c
* src/compare.c (diff_dumpdir): Omit useless 'stat'.
[chaz/tar] / src / list.c
index cf2de096d00b9d3ea29fe3ef7a1c88e22ce02462..4f85fb5b9f0b2a099ef53ca302239462245bde5f 100644 (file)
@@ -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));
     }
 }
 
@@ -1415,7 +1415,7 @@ skip_member (void)
 }
 
 void
-test_archive_label ()
+test_archive_label (void)
 {
   base64_init ();
   name_gather ();
This page took 0.020765 seconds and 4 git commands to generate.