src/common.c: parse_value: Strip trailing whitespace before parsing.
authorFlorian Forster <octo@collectd.org>
Fri, 16 Mar 2012 17:26:08 +0000 (18:26 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 16 Mar 2012 17:26:08 +0000 (18:26 +0100)
commit921d36e4b820ee1539f0da22c824e2739f1e546f
treee4180eb9a0c703dd2f3af601c581fadf99f692a3
parent0e1a7a85d9eae9ea4a0d85a065c2b201099d4225
src/common.c: parse_value: Strip trailing whitespace before parsing.

This hopefully avoids the annoying "trailing garbage" message when the buffer
only contains a newline or space at the end.
src/common.c