mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
No longer stopping removing empty directories if an error occurs
This commit is contained in:
5
tools.c
5
tools.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: tools.c 1.119 2006/06/17 09:45:32 kls Exp $
|
||||
* $Id: tools.c 1.120 2006/08/12 13:30:07 kls Exp $
|
||||
*/
|
||||
|
||||
#include "tools.h"
|
||||
@@ -422,8 +422,7 @@ bool RemoveEmptyDirectories(const char *DirName, bool RemoveThis)
|
||||
}
|
||||
else {
|
||||
LOG_ERROR_STR(buffer);
|
||||
free(buffer);
|
||||
return false;
|
||||
empty = false;
|
||||
}
|
||||
free(buffer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user