]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit2edd5e54e7443ed42d4c4e56c2efb242956f818b
tree0af73248960ffe0a7c13a170cb1d31f9b880e6d3
parentdf163841b20a7ef51190cc9e05cdc0cc80ce5b8a
Do not check the return value of para_printf().

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.
afs.c
aft.c
attribute.c
blob.c
mood.c
playlist.c