This commit is contained in:
jl777
2016-11-19 15:05:27 -03:00
parent 67cd296f20
commit 0e0a794b43
2 changed files with 4 additions and 4 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)\n",refid,symbol,fname);
printf("refid.%d %s fname.(%s) base.%s\n",refid,symbol,fname,base);
fseek(fp,0,SEEK_END);
if ( ftell(fp) > lastpos[baseid] )
{