From 7cb722fbeb842a0fc28b8811a528bbcff2f86412 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 6 Apr 2016 18:44:04 -0500 Subject: [PATCH] test --- crypto777/iguana_OS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto777/iguana_OS.c b/crypto777/iguana_OS.c index 4e8e70a4c..1d452778d 100755 --- a/crypto777/iguana_OS.c +++ b/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);