summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d00449b)
raw | patch | inline | side by side (parent: d00449b)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 2 Jul 2008 13:21:55 +0000 (15:21 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 2 Jul 2008 13:21:55 +0000 (15:21 +0200) |
src/rrdtool.c | patch | blob | history |
diff --git a/src/rrdtool.c b/src/rrdtool.c
index adf6eeb18ce24c24ddc4bb2c10e2c112537b9f6e..161037caf347596ced034fac0ed9ab004348aa8a 100644 (file)
--- a/src/rrdtool.c
+++ b/src/rrdtool.c
optind = 0; /* bug in librrd? */
rrd_clear_error ();
- status = rrd_create_r (filename, pdp_step, last_up, argc, argv);
+ status = rrd_create_r (filename, pdp_step, last_up, argc, (void *) argv);
if (status != 0)
{
optind = 0; /* bug in librrd? */
rrd_clear_error ();
- status = rrd_update_r (filename, template, argc, argv);
+ status = rrd_update_r (filename, template, argc, (void *) argv);
if (status != 0)
{