diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-04-03 21:27:02 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-04-03 21:27:02 +0300 |
commit | 16d0db40d37706c79c7e911aebcdd344200a4725 (patch) | |
tree | 160afe5bcf6f43060cb1ac30be3b7295bb3fa231 /tools.h | |
parent | ee6f91a417a68968af753c84eae176593c902f04 (diff) | |
download | vdr-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |