author | Florian Forster <octo@huhu.verplant.org> | |
Fri, 7 Nov 2008 18:49:52 +0000 (19:49 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 7 Nov 2008 18:49:52 +0000 (19:49 +0100) | ||
commit | 60a77a6f3855f181e723aa3f4f645ea480ddd359 | |
tree | a99947d2c05f136c637c4434b78c52d94d7116cc | tree | snapshot |
parent | 4330a219a32f3e9d8f58d34dbc6fc20b981ce7dd | commit | diff |
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.
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 | diff | blob | history |