From d72008b86be578613a70ab6560d9ebf406a2ef59 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 20:08:15 -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 e110a5386..2e93af1dd 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,(char *)"result")) != 0 ) { for (i=0; i