Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
66d02e7957
  1. 1
      src/komodo.h

1
src/komodo.h

@ -161,6 +161,7 @@ int32_t komodo_parsestatefile(struct komodo_state *sp,FILE *fp,char *symbol,char
komodo_eventadd_opreturn(sp,symbol,ht,txid,ovalue,v,opret,olen); // global shared state -> global PAX
} else
{
int32_t i;
for (i=0; i<olen; i++)
fgetc(fp);
printf("illegal olen.%u\n",olen);

Loading…
Cancel
Save