Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 9186f62

Browse files
authored
Merge pull request #2 from jl777/master
Merge latest jl777 changes
2 parents 68941d0 + a86845f commit 9186f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/komodo_utils.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ void komodo_configfile(char *symbol,uint16_t port)
13991399
sprintf(KMDUSERPASS,"%s:%s",username,password);
14001400
fclose(fp);
14011401
//printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);
1402-
} else printf("couldnt open.(%s)\n",fname);
1402+
} // else printf("couldnt open.(%s)\n",fname);
14031403
}
14041404

14051405
uint16_t komodo_userpass(char *userpass,char *symbol)
@@ -1610,7 +1610,7 @@ void komodo_args(char *argv0)
16101610
sprintf(iter == 0 ? KMDUSERPASS : BTCUSERPASS,"%s:%s",username,password);
16111611
fclose(fp);
16121612
//printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);
1613-
} else printf("couldnt open.(%s)\n",fname);
1613+
} //else printf("couldnt open.(%s)\n",fname);
16141614
if ( IS_KOMODO_NOTARY == 0 )
16151615
break;
16161616
}

0 commit comments

Comments
 (0)