This commit is contained in:
jl777
2017-11-04 05:05:55 +02:00
parent f7ec3a985a
commit 5b32c90080

View File

@@ -1473,7 +1473,7 @@ void komodo_passport_iteration()
else if ( (fp= fopen(fname,"rb")) != 0 && sp != 0 ) else if ( (fp= fopen(fname,"rb")) != 0 && sp != 0 )
{ {
fseek(fp,0,SEEK_END); fseek(fp,0,SEEK_END);
printf("couldnt OS_fileptr(%s), freading %ldKB\n",fname,ftell(fp)/1024) printf("couldnt OS_fileptr(%s), freading %ldKB\n",fname,ftell(fp)/1024);
if ( ftell(fp) > lastpos[baseid] ) if ( ftell(fp) > lastpos[baseid] )
{ {
if ( ASSETCHAINS_SYMBOL[0] != 0 ) if ( ASSETCHAINS_SYMBOL[0] != 0 )