This commit is contained in:
jl777
2017-08-26 10:56:13 +02:00
parent 3764439ef3
commit c2daacd692
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ int32_t komodo_pax_opreturn(uint8_t *opret,int32_t maxsize)
} else printf("fread.%d error != fsize.%d\n",retval,fsize);
} else printf("fsize.%d > maxsize.%d or data[%d]\n",fsize,maxsize,(int32_t)sizeof(data));
fclose(fp);
}
} else printf("couldnt open %s\n",fname);
return(n);
}