From 59490d6f232caf74aae98fc4cbbe70177641f2f0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Apr 2018 16:39:33 +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 7db807ac3..b7e1aca6e 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1656,7 +1656,7 @@ void komodo_args(char *argv0) #endif if ( (fp= fopen(fname,"rb")) != 0 ) { - komodo_userpass(username,password,fp); + _komodo_userpass(username,password,fp); sprintf(iter == 0 ? KMDUSERPASS : BTCUSERPASS,"%s:%s",username,password); fclose(fp); //printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);