Procházet zdrojové kódy

*** empty log message ***

François Pinard před 30 roky
rodič
revize
ed3fb00d0c
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      src/buffer.c

+ 4 - 4
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",