소스 검색

*** empty log message ***

François Pinard 30 년 전
부모
커밋
ed3fb00d0c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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",