From e9b78fe49ef2433947fbc16ac69044c0431e4304 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 28 Aug 2016 01:58:10 -0300 Subject: [PATCH] test --- crypto777/iguana_OS.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto777/iguana_OS.c b/crypto777/iguana_OS.c index 33e613d96..589a865c9 100755 --- a/crypto777/iguana_OS.c +++ b/crypto777/iguana_OS.c @@ -538,6 +538,8 @@ void OS_remove_directory(char *dirname) if ( (fp= fopen(OS_compatible_path(buf),"rb")) != 0 ) OS_removefile(buf,0); else fclose(fp); +printf("skip rmdir.(%s)\n",dirname); +return; sprintf(buf,"rmdir %s",dirname); if ( system(buf) != 0 ) {