From: Laslo Hunhold Date: Tue, 22 May 2018 10:50:43 +0000 (+0200) Subject: Check printf() for output errors X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/9c9ce8a125f35bab61c829bdd58bdf77b8352d5e?hp=9c9ce8a125f35bab61c829bdd58bdf77b8352d5e Check printf() for output errors This way cases like $ slstatus -s > /dev/full are properly caught and the program terminated with the proper return code. ---