filter: Wrap lines in the available filter list.
authorAndre Noll <maan@systemlinux.org>
Sat, 6 Apr 2013 19:25:18 +0000 (19:25 +0000)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Jun 2013 16:29:02 +0000 (18:29 +0200)
commitb59a3c4131a7cd0da2a4364f6bf29b005400f77b
tree7eb9afb8bdd0703bd9cf5eebaf9ba4c8ede683a7
parent9e56d38942f4d2ec068a0ae81c6dd9349ac8d1c3
filter: Wrap lines in the available filter list.

Currently para_filter -h and para_audiod -h print the available
filters in a single line which exceeds 80 characters if many
filters are supported.

This patch makes printf_or_die() return the number of characters
printed.  This allows to add line breaks to format the filter list.
filter_common.c
ggo.c
ggo.h