From 2886dc9867e76d411599fb04a1daf5875ae96af4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 24 Jun 2018 07:43:53 -1100 Subject: [PATCH] Fix --- iguana/exchanges/LP_ordermatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index f319f7aa2..eceb7e58e 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -677,6 +677,7 @@ int32_t LP_quotecmp(int32_t strictflag,struct LP_quoteinfo *qp,struct LP_quotein void LP_alicequery_clear() { + int32_t changed; if ( LP_Alicequery.srccoin[0] != 0 && LP_Alicequery.destcoin[0] != 0 ) { LP_mypriceset(&changed,LP_Alicequery.destcoin,LP_Alicequery.srccoin,0.);