]> git.sur5r.net Git - i3/i3status/commit
Bugfix: Correctly handle SIGPIPE to avoid unnecessary zombie processes 1.2
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 21 Jun 2009 12:15:14 +0000 (14:15 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 21 Jun 2009 12:15:14 +0000 (14:15 +0200)
commit098f7bac23e6e63e1ef0bfc12e7581ffd93ea89c
tree49c47096c962789951f00b63cb200ef534649c1d
parent1dfe4aeff38b2ab988cb3038311e49bb58aff306
Bugfix: Correctly handle SIGPIPE to avoid unnecessary zombie processes

Negative return value of printf() is not used when write() returns
a negative value, instead, SIGPIPE is sent.
i3status.c