]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Do not check return value of WRITE_STATUS_ITEM().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 7 May 2015 16:17:54 +0000 (18:17 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
The previous commit removed error checking from para_printf(), but
one instance remains: the WRITE_STATUS_ITEM() macro which also calls
para_printf(). This patch removes the error checking code of this
macro and adjusts all callers.


No differences found