From ecee0bc921452ff7fb3b4938e53f288bf6aa7143 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 8 Mar 2005 05:53:11 +0000 Subject: [PATCH] *** empty log message *** --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cc b/main.cc index bf0d302a..b9c529ef 100644 --- a/main.cc +++ b/main.cc @@ -357,7 +357,7 @@ int parse_and_report(int argc, char * argv[], char * envp[]) // Duplicate pipe's reading end into stdin status = dup2(pfd[0], STDIN_FILENO); - if (status==-1) + if (status == -1) perror("dup2"); // Close unuseful file descriptors: the pipe's writing and