From 9534c87a2e42663ca951db5a65e5dcbe4e51271e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 11:25:57 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index bd151fa76..a20b3868d 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -486,7 +486,7 @@ void komodo_passport_iteration() if ( ftell(fp) > lastpos[baseid] ) { fseek(fp,lastpos[baseid],SEEK_SET); - while ( komodo_parsestatefile(0,fp,symbol,dest) >= 0 ) + while ( komodo_parsestatefile(sp,fp,symbol,dest) >= 0 ) ; lastpos[baseid] = ftell(fp); //printf("from.(%s) lastpos[%s] %ld\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseid],lastpos[baseid]);