From 4f28bbed31e074fd2bc4466eeb2492367df5bb24 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 19 Nov 2016 15:46:36 -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 cefdad2d6..2a5cf4fec 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1261,7 +1261,7 @@ void komodo_userpass(char *username,char *password,FILE *fp) free(rpcpassword); } -void komodo_statefname(char *fname,char *symbol,char *test) +void komodo_statefname(char *fname,char *symbol) { int32_t n,len; sprintf(fname,"%s",GetDataDir(false).string().c_str());