From ea4a2fe00de26d872f40038c9a062a116f81771a Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 14 Apr 2004 18:16:20 +0000 Subject: [PATCH] print tenths of p --- farnell/farnell-find | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farnell/farnell-find b/farnell/farnell-find index f390a70..2dd7778 100755 --- a/farnell/farnell-find +++ b/farnell/farnell-find @@ -277,7 +277,7 @@ sub analyse_spec () { $avail{$avail}= 1; $avail= ' '.$stockmap{$avail} if exists $stockmap{$avail}; $show{$item}{Head}= - sprintf("%5d%1s %-11s %-.${desclen}s %6.2f %6.2f%1s %s\n", + sprintf("%5d%1s %-11s %-.${desclen}s %6.3f %6.2f%1s %s\n", $toorder, $notechar, $item, $bi->{Description}, $bi->{Price}, $price, $notechar, $avail); $show{$item}{Info}= ''; -- 2.30.2