From: Paul Eggert Date: Tue, 20 Jul 1999 19:48:30 +0000 (+0000) Subject: (new_volume): Invoke apply_delayed_set_stat before exiting. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2ca2d1cb99ed888aac568bbfb754d0a14af61329;hp=1f27dca9765c886a72629a655d538c36c6cb0fea;p=chaz%2Ftar (new_volume): Invoke apply_delayed_set_stat before exiting. --- diff --git a/src/buffer.c b/src/buffer.c index bd1cfe1..1a0d6c7 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1541,7 +1541,7 @@ new_volume (enum access_mode access) looped = 1; } -tryagain: + tryagain: if (looped) { /* We have to prompt from now on. */ @@ -1572,6 +1572,7 @@ tryagain: && subcommand_option != DIFF_SUBCOMMAND) WARN ((0, 0, _("WARNING: Archive is incomplete"))); + apply_delayed_set_stat (); exit (TAREXIT_FAILURE); } if (input_buffer[0] == '\n' @@ -1601,6 +1602,7 @@ tryagain: && subcommand_option != DIFF_SUBCOMMAND) WARN ((0, 0, _("WARNING: Archive is incomplete"))); + apply_delayed_set_stat (); exit (TAREXIT_FAILURE); case 'n':