From 1ed866e0b13bb81f9fa09b34e9362aa49436d0f8 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Tue, 30 Sep 2014 20:52:15 +0200 Subject: [PATCH] Re-enable the deletion of old reports The old report deletion has been commented out for testing. It is now reinstated. --- lastlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lastlog.c b/lastlog.c index 064cad6..0b58b5d 100644 --- a/lastlog.c +++ b/lastlog.c @@ -179,7 +179,7 @@ void mklastlog(const char *outdir) exit(EXIT_FAILURE); } strcpy(warea+name_pos,ptr->Name); - //unlinkdir(warea,0); + unlinkdir(warea,0); ftot--; } -- 2.39.5