]> sourceware.org Git - lvm2.git/commit
cleanup: use fputs for plain strings
authorZdenek Kabelac <zkabelac@redhat.com>
Sat, 7 Nov 2015 20:15:05 +0000 (21:15 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 9 Nov 2015 09:22:52 +0000 (10:22 +0100)
commit11151121aa25c331cdb821281b0c4719bed040ea
tree3e688d8f7bc6aa2a22e6f398f6f259c90a2b5d99
parentc4c5635870c7273e61a0832431d264b8cf11a62f
cleanup: use fputs for plain strings

Use fputs() when printing plain string,
easier then fprintf which needs to parse it.

Also check fd before close is >= 0 -
it is - but coverity fail to see it, so eliminate
this false-positive warning.
daemons/dmeventd/dmeventd.c
This page took 0.030155 seconds and 5 git commands to generate.