summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-04-03 21:27:02 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-04-03 21:27:02 +0300
commit16d0db40d37706c79c7e911aebcdd344200a4725 (patch)
tree160afe5bcf6f43060cb1ac30be3b7295bb3fa231 /tools.h
parentee6f91a417a68968af753c84eae176593c902f04 (diff)
downloadvdr-plugin-epgfixer-16d0db40d37706c79c7e911aebcdd344200a4725.tar.gz
vdr-plugin-epgfixer-16d0db40d37706c79c7e911aebcdd344200a4725.tar.bz2
Fix LoadConfigFile() return value on success, thanks to Ville Skyttä.
Diffstat (limited to 'tools.h')
-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);