From 978a39245e1fd3fd8e0fcdfb5f47400ea94c733e Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 15:05:39 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index f1e70000f..54acff61b 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1005,7 +1005,7 @@ void komodo_configfile(char *symbol,uint16_t port) free(rpcpassword); fclose(fp); } - if ( (retstr= komodo_issuemethod("getinfo",0)) != 0 ) + if ( (retstr= komodo_issuemethod((char *)"getinfo",0)) != 0 ) { printf("GETINFO.%s (%s)\n",symbol,retstr); free(retstr);