Replace \\\\l with \l on GPRINT lines

This commit is contained in:
Justin Settle
2016-10-25 09:53:35 -04:00
parent 243f9401f7
commit 5355c194a6
20 changed files with 32 additions and 32 deletions

View File

@@ -109,7 +109,7 @@ $rrd_options .= " COMMENT:\\n";
if ($print_total) {
$rrd_options .= " GPRINT:tot:'Total %6.2lf%s'";
$rrd_options .= " GPRINT:totin:'(In %6.2lf%s'";
$rrd_options .= " GPRINT:totout:'Out %6.2lf%s)\\\\l'";
$rrd_options .= " GPRINT:totout:'Out %6.2lf%s)\l'";
}
if ($percentile) {