This commit is contained in:
jl777
2016-12-13 09:43:27 +02:00
parent 2b630e7581
commit 894c570b0b
2 changed files with 6 additions and 3 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]);