X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fbuffer.c;h=ea4ebb4e1b52409ae18bf3b69cb80e7c9605a06f;hb=c270f6f1b2454650c984b3b002f9fdd6a9f32f1a;hp=8daf39e0a0dc047ba789376275723784f740358e;hpb=203dea13a40bae5c6d2dfa221036babd0e345ffe;p=chaz%2Ftar diff --git a/src/buffer.c b/src/buffer.c index 8daf39e..ea4ebb4 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1039,7 +1039,7 @@ write_error (ssize_t status) int saved_errno = errno; /* It might be useful to know how much was written before the error - occured. Beware that mere printing maybe change errno value. */ + occurred. */ if (totals_option) print_total_written (); @@ -1349,8 +1349,8 @@ backspace_output (void) { /* Lseek failed. Try a different method. */ - WARN ((0, 0, _("\ -Could not backspace archive file; it may be unreadable without -i"))); + WARN ((0, 0, + _("Could not backspace archive file; it may be unreadable without -i"))); /* Replace the first part of the record with NULs. */