Really prevent recursive invocations of log file compression and deletion

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38651 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2015-06-17 12:47:01 +00:00
parent c9e1e382c7
commit 551a021c3e

View file

@ -2646,7 +2646,6 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
else logUncompressed = ti; else logUncompressed = ti;
DESTROY(arp); DESTROY(arp);
sweeping = NO;
} }
/* Perform this one in another thread. /* Perform this one in another thread.
@ -2662,6 +2661,7 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
} }
[self _sweep: YES at: when]; [self _sweep: YES at: when];
[self _sweep: NO at: when]; [self _sweep: NO at: when];
sweeping = NO;
} }
- (void) ecNewHour: (NSCalendarDate*)when - (void) ecNewHour: (NSCalendarDate*)when