From 0da2ddd243bf88c4961cf8a1deb8d174c18976c0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 18 Sep 2009 20:48:57 +0100 Subject: [PATCH] Fix buyer/seller who were swapped in --arbitrage output --- yarrg/commod-results-processor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/commod-results-processor b/yarrg/commod-results-processor index bb0724d..d322c1c 100755 --- a/yarrg/commod-results-processor +++ b/yarrg/commod-results-processor @@ -129,8 +129,8 @@ sub main__arbitrage () { $info.= sprintf("%-13.13s| %-19.19s %4d| %-19.19s %4d|%3d x%3d =%3d\n", $commod, - $buys[0]{Stall},$buys[0]{Price}, $sells[0]{Stall},$sells[0]{Price}, + $buys[0]{Stall},$buys[0]{Price}, $qty, $pricediff, $tprofit); sub arb_subtract_qty (\@) { my ($verbs) = @_; -- 2.30.2