This commit is contained in:
jl777
2016-12-13 09:47:18 +02:00
parent 894c570b0b
commit b27b2877b1
2 changed files with 4 additions and 4 deletions

View File

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