chiark / gitweb /
fix parenthesis in pager.c (#5798)
authorMatija Skala <mskala@gmx.com>
Tue, 25 Apr 2017 12:44:29 +0000 (14:44 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:46:52 +0000 (09:46 +0200)
commitbd7bf6b86506e336cff7cc6c391c94306049782d
tree6f9287761affe695590dfc7718a3436a0ec33c0e
parent734744fddd783fec7b19215b24c12e95c00c1e67
fix parenthesis in pager.c (#5798)

- result of dup2 should be compared against 0
- making parenthesis around comparisons just to be sure
src/shared/pager.c