]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Do not check the return value of para_printf().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 5 Apr 2015 02:30:10 +0000 (02:30 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
This function rarely fails, and if it does, we don't care too much. On
the other hand, checking the return value of each call to para_printf()
clutters the code considerably, especially in the error paths where
there is already an error code we have to keep.

This commit simply removes all error checking for para_printf(),
resulting in code which is easier to follow and less error-prone.


No differences found