From 1dc3eda8be02aa440e161db3fc14fb781fbe91ad Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 13 Mar 2018 01:15:54 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_prices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_prices.c b/iguana/exchanges/LP_prices.c index e3fc4c4d1..c5a413c28 100644 --- a/iguana/exchanges/LP_prices.c +++ b/iguana/exchanges/LP_prices.c @@ -646,7 +646,7 @@ struct LP_priceinfo *LP_priceinfoadd(char *symbol) return(0); if ( LP_numpriceinfos >= sizeof(LP_priceinfos)/sizeof(*LP_priceinfos) ) { - printf("cant add any more priceinfos\n"); + printf("cant add any more priceinfos than LP_numpriceinfos\n"); return(0); } pp = &LP_priceinfos[LP_numpriceinfos];