This commit is contained in:
jl777
2016-11-27 10:10:06 -03:00
parent bff51d6788
commit dff4ef4576
3 changed files with 5 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ int32_t komodo_parsestatefile(struct komodo_state *sp,FILE *fp,char *symbol,char
int32_t i;
for (i=0; i<olen; i++)
fgetc(fp);
printf("illegal olen.%u\n",olen);
//printf("illegal olen.%u\n",olen);
}
}
else if ( func == 'D' )