This commit is contained in:
jl777
2016-11-19 16:05:53 -03:00
parent a8f4e85e50
commit 5f34a2242f
2 changed files with 2 additions and 2 deletions

View File

@@ -582,7 +582,7 @@ void komodo_passport_iteration()
while ( komodo_parsestatefile(sp,fp,symbol,dest) >= 0 )
;
lastpos[baseid] = ftell(fp);
printf("%s lastpos[%s] %ld\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseid],lastpos[baseid]);
printf("from.(%s) lastpos[%s] %ld\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseid],lastpos[baseid]);
} //else fprintf(stderr,"%s.%ld ",CURRENCIES[baseid],ftell(fp));
fclose(fp);
} else printf("fname.(%s) cant open\n",fname);