]> git.ipfire.org Git - thirdparty/systemd.git/commit
fix parenthesis in pager.c (#5798)
authorMatija Skala <mskala@gmx.com>
Tue, 25 Apr 2017 12:44:29 +0000 (14:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Apr 2017 12:44:29 +0000 (14:44 +0200)
commitcaf222104afe2d12f3a188a6bfee3a35f2d04fc6
treecfcc151605fb24a485f9a90de7b7b2fef8ea41f5
parentc6c60780a485127543c0dca5938599e4386c5317
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