This commit is contained in:
jl777
2016-10-26 07:40:05 -03:00
parent 28453e7236
commit d354612fb7
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ void komodo_gateway_iteration(char *symbol)
for (i=0; i<10000 && KMDHEIGHT<kmdheight; i++,KMDHEIGHT++)
{
printf("%s KMDheight.%d\n",symbol,KMDHEIGHT);
if ( komodo_gateway_block(KMDHEIGHT) >= 0 )
if ( komodo_gateway_block(KMDHEIGHT,port) >= 0 )
{
}