src/utils_rrdcreate.c: srrd_create: Copy the `filename' argument.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 7 Nov 2008 18:49:52 +0000 (19:49 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 7 Nov 2008 18:49:52 +0000 (19:49 +0100)
commit60a77a6f3855f181e723aa3f4f645ea480ddd359
treea99947d2c05f136c637c4434b78c52d94d7116cc
parent4330a219a32f3e9d8f58d34dbc6fc20b981ce7dd
src/utils_rrdcreate.c: srrd_create: Copy the `filename' argument.

Some versions of librrd, for example the one in Debian Etch, don't have the
`const' qualifier for the first (filename) argument for `rrd_create_r'. So
we'll copy the argument first. This sucks big time, but is the only reasonable
way to get around this.
src/utils_rrdcreate.c