Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
7cb722fbeb
  1. 2
      crypto777/iguana_OS.c

2
crypto777/iguana_OS.c

@ -502,7 +502,7 @@ int32_t OS_removefile(char *fname,int32_t scrubflag)
OS_compatible_path(tmp);
if ( (fp= fopen(tmp,"rb+")) != 0 )
{
//printf("delete(%s)\n",fname);
printf("delete(%s)\n",fname);
if ( scrubflag != 0 )
{
fseek(fp,0,SEEK_END);

Loading…
Cancel
Save