From 8aea497f790981d6887026f0ee5fdb5184e449e8 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Mon, 5 Aug 2013 14:05:04 +0200 Subject: [PATCH] fix --- tools/preview/unpack_hld.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/preview/unpack_hld.pl b/tools/preview/unpack_hld.pl index e9b0c64..8b7ab99 100755 --- a/tools/preview/unpack_hld.pl +++ b/tools/preview/unpack_hld.pl @@ -500,7 +500,7 @@ sub WriteResults { print $fh "set cbrange [0:5000];\n"; print $fh "set palette defined ( 0 'white', 1 'red', 5 'black', 10 'blue', 5000 'green');\n"; my $s = sprintf("%04x",$id); - print $fh "set output '$opt_picpath/$image_recalibrated_$s.png';\n"; + print $fh "set output '$opt_picpath/image_recalibrated_$s.png';\n"; print $fh "plot '-' matrix with image\n"; my @matrix; -- 2.43.0