From 9df2f8fb1914c86a493a7926bf352a76a9c40a40 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 20:07:19 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 866d2d859..e110a5386 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -30,7 +30,7 @@ void komodo_gateway_iteration(char *symbol) //printf("LIST.(%s)\n",retstr); if ( (listobj= cJSON_Parse(retstr)) != 0 ) { - if ( (array= jarray(&num,listobj,"result")) > 0 ) + if ( (array= jarray(&num,listobj,"result")) != 0 ) { for (i=0; i