From 1317a7e50044aa2b0542baeb5e15e97199e4c7b2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 10 Jun 2009 00:52:24 +0100 Subject: [PATCH] count is count of offers --- pctb/yppsc-commod-processor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/yppsc-commod-processor b/pctb/yppsc-commod-processor index 0eb5056..5782a5a 100755 --- a/pctb/yppsc-commod-processor +++ b/pctb/yppsc-commod-processor @@ -320,8 +320,8 @@ sub bs_gen_md ($$) { my $qty= $cs->{Qty}; $qty =~ s/^\>\s*//; $o .= writeint($stallix, $cs->{Price}, $qty+0); + $count++; } - $count++; } #print STDERR "COMMOD $commod COUNT WAS $count\n"; return -- 2.30.2