This commit is contained in:
jl777
2016-11-19 15:57:18 -03:00
parent a4ddd7899c
commit a8f4e85e50
2 changed files with 3 additions and 3 deletions

View File

@@ -574,7 +574,7 @@ void komodo_passport_iteration()
komodo_nameset(symbol,dest,base);
if ( (fp= fopen(fname,"rb")) != 0 && (sp= komodo_stateptrget(symbol)) != 0 )
{
printf("refid.%d %s fname.(%s) base.%s\n",refid,symbol,fname,base);
//printf("refid.%d %s fname.(%s) base.%s\n",refid,symbol,fname,base);
fseek(fp,0,SEEK_END);
if ( ftell(fp) > lastpos[baseid] )
{