This commit is contained in:
jl777
2016-11-23 15:38:26 -03:00
parent 06cfcf31fd
commit 0cc6ad813f
2 changed files with 10 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ int32_t komodo_parsestatefile(struct komodo_state *sp,FILE *fp,char *symbol,char
{
if ( fread(opret,1,olen,fp) != olen )
errs++;
//if ( matched != 0 )
if ( 0 && matched != 0 )
{
int32_t i; for (i=0; i<olen; i++)
printf("%02x",opret[i]);