From 2cb6d2fb0eaaf12656474435177fbe193460cb2f Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 25 May 2023 22:09:25 +0200 Subject: [PATCH] no total when option format --- bin/csv2human | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/csv2human b/bin/csv2human index c0645304..c4203843 100755 --- a/bin/csv2human +++ b/bin/csv2human @@ -81,6 +81,7 @@ if ($Opt{format}) { $format = join($sep,map {$t+=$_+length($sep); "\%-".$_."s"} @len).chr(10); $sep_line = ""; $VERBOSE = 0; + $Opt{total} = 0; } # -- 2.47.3