X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbuffer.c;h=3687977013c1294853fffa31006b94a3746d2858;hb=db2d3f23443eceea499b7e6c23f646fe2a1247e2;hp=6390d7db401c0194b2443481cfa57e9df75f78e6;hpb=2433f6813ec6a0c00e6c49b8f38725cd4a78c66c;p=chaz%2Ftar diff --git a/src/buffer.c b/src/buffer.c index 6390d7d..3687977 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -182,7 +182,6 @@ enum compress_type check_compressed_archive () { struct zip_magic *p; - size_t status; bool sfr, srp; /* Prepare global data needed for find_next_block: */ @@ -762,7 +761,10 @@ short_read (size_t status) { char buf[UINTMAX_STRSIZE_BOUND]; - WARN((0, 0, _("Read %s bytes from %s"), + WARN((0, 0, + ngettext ("Read %s byte from %s", + "Read %s bytes from %s", + record_size - left), STRINGIFY_BIGINT (record_size - left, buf), *archive_name_cursor)); } @@ -1176,7 +1178,8 @@ new_volume (enum access_mode mode) if (volno_file_option) closeout_volume_number (); if (system (info_script_option) != 0) - FATAL_ERROR ((0, 0, _("`%s' command failed"), info_script_option)); + FATAL_ERROR ((0, 0, _("%s command failed"), + quote (info_script_option))); } else while (1)