From de2f0f68acb5d4ab730e67adbcb41714af04d9dc Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 7 Apr 2017 11:03:49 +0200 Subject: [PATCH] fix syntax error in Cts lib --- web/include/CtsCommands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/include/CtsCommands.pm b/web/include/CtsCommands.pm index 5ab5121..cab1718 100644 --- a/web/include/CtsCommands.pm +++ b/web/include/CtsCommands.pm @@ -479,7 +479,7 @@ EOF # generate plot if ($gnuplot_fh) { shift @$plotData if $#{ $plotData } > 180; - push @$plotData, [' + push @$plotData, [ $time, $rates->{'cts_cnt_trg_asserted.value'}{'rate'}, $rates->{'cts_cnt_trg_edges.value'}{'rate'}, -- 2.43.0