summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 119d32d..9dda805 100644
--- a/tools.h
+++ b/tools.h
@@ -94,6 +94,7 @@ template<class LISTITEM, class PARAMETER> bool cEpgfixerList<LISTITEM, PARAMETER
if (count == 0)
logmsg = cString::sprintf("%s none", *logmsg);
isyslog("%s", *logmsg);
+ result = true;
}
else {
LOG_ERROR_STR(fileName);