From ed3fb00d0c897865ccec89f512e849163eb025e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:47:22 +0000 Subject: [PATCH] *** empty log message *** --- src/buffer.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index 5f454b9..bad85e2 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1285,10 +1285,10 @@ close_archive () if (WEXITSTATUS (status) == (SIGPIPE + 128)) { /* - * /bin/sh returns this if its child - * dies with SIGPIPE. 'Sok. - */ - break; + * /bin/sh returns this if its child + * dies with SIGPIPE. 'Sok. + */ + /* Do nothing. */ } else if (WEXITSTATUS (status)) msg ("child returned status %d", -- 2.45.2