Hi

I have the following program:
---
#include <stdio.h>
#include <rrd.h>

void main() {
        char* cmd[6] = {"create", "filename2", "--step", "60",
"DS:in:ABSOLUTE:60:0:U", "RRA:AVERAGE:0:1:4"};
        rrd_create(6, cmd);
        char* cmd2[6] = {"create", "filename3", "--step", "60",
"DS:in:ABSOLUTE:60:0:U", "RRA:AVERAGE:0:1:4"};
        rrd_create(6, cmd2);
}
---

I expect it to create 2 rrd's ('filename2' and 'filename3')

I get 2 rrd's ('filename2' and '60')

I am using version 1.0.38

Is this a known bug fixed in a newer version?

Regards
-- 
Chris Picton <[EMAIL PROTECTED]>
Tangent Systems

______________________________________

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to