src/utils_ignorelist.c: Reimplement ignorelist_append_regex().
authorFlorian Forster <octo@collectd.org>
Fri, 3 Jul 2015 13:06:28 +0000 (15:06 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 3 Jul 2015 13:06:28 +0000 (15:06 +0200)
commit710586ae652d56ddeaafd530621e129a580fb780
tree3c1c8017a5eddcea15efa2d1b185440ce2a179dd
parent3f3b285aaed61ad7cebca07a8b55068f0c3c9e32
src/utils_ignorelist.c: Reimplement ignorelist_append_regex().

There's a signed / unsigned conversion in that function ...
... aaaaand it's fully rewritten. Oops.
src/utils_ignorelist.c