not be all that tough though. Any takers ?
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@558
a5681a0c-68f1-0310-ab6d-
d61299d08faa
}
if (atoi(rrd -> stat_head -> version) < 2)
{
- rrd_set_error("Can only restore version >= 2 (Not %s). Dump your rrd using a current rrdtool dump.", rrd -> stat_head -> version );
+ rrd_set_error("Can only restore version >= 2 (Not %s). Dump your old rrd using a current rrdtool dump.", rrd -> stat_head -> version );
free(rrd -> stat_head);
return -1;
}