]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit2909afc63e70c46fe4f9384c8d4df10bac60026e
treeb733bdbf161b57171822a27e1f9ac2adea554789
parent2edd5e54e7443ed42d4c4e56c2efb242956f818b
Do not check return value of WRITE_STATUS_ITEM().

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.
aft.c
audiod_command.c
string.h