From: Nicolas Boisselier Date: Thu, 25 May 2023 20:09:25 +0000 (+0200) Subject: no total when option format X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2cb6d2fb0eaaf12656474435177fbe193460cb2f;p=nb.git no total when option format --- 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; } #