mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-08 09:57:55 +03:00
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.