From: Tobias Oetiker Date: Wed, 20 Aug 2014 11:53:07 +0000 (+0200) Subject: wrong argument count X-Git-Tag: v1.5.0-rc1~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17fb6aca14d662a04c0df46ca79e072beadb1ef8;p=thirdparty%2Frrdtool-1.x.git wrong argument count --- diff --git a/src/rrd_strtod.c b/src/rrd_strtod.c index 0c408274..bd97fa65 100644 --- a/src/rrd_strtod.c +++ b/src/rrd_strtod.c @@ -67,7 +67,7 @@ unsigned int rrd_strtoding rrd_set_error("Converted %s to %lf, but cannot convert %s", str, *dbl, local_endptr); } else { - rrd_set_error("%s - Converted %s (%s) to %lf, but cannot convert %s", + rrd_set_error("%s - Converted %s to %lf, but cannot convert %s", error, str, *dbl, local_endptr); } return 1;