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