diff options
author | John Wiegley <johnw@newartisans.com> | 2005-03-08 05:53:11 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:06 -0400 |
commit | ecee0bc921452ff7fb3b4938e53f288bf6aa7143 (patch) | |
tree | c6abe7886e8912bc731a62b11e9e761f3278e9cb | |
parent | 60416b62c5f241ee00f333772537fcad90374e99 (diff) | |
download | fork-ledger-ecee0bc921452ff7fb3b4938e53f288bf6aa7143.tar.gz fork-ledger-ecee0bc921452ff7fb3b4938e53f288bf6aa7143.tar.bz2 fork-ledger-ecee0bc921452ff7fb3b4938e53f288bf6aa7143.zip |
*** empty log message ***
-rw-r--r-- | main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |