diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-09-28 13:44:30 +0200 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-09-28 13:44:30 +0200 |
commit | 1bb571ae4d12b42863a8f85969439fa1dd2655ec (patch) | |
tree | be9ebc317ce0c7766864b251afc6f126b58bdb3c /epgfixer.c | |
parent | 9685cc1271e55ef37e4039b504f52e22df7fa457 (diff) | |
download | vdr-plugin-epgfixer-1bb571ae4d12b42863a8f85969439fa1dd2655ec.tar.gz vdr-plugin-epgfixer-1bb571ae4d12b42863a8f85969439fa1dd2655ec.tar.bz2 |
Remember current position in setup menu. Reorganise regexp.conf. Cosmetics.
Diffstat (limited to 'epgfixer.c')
-rw-r--r-- | epgfixer.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,7 +146,6 @@ bool cPluginEpgfixer::SetupParse(const char *Name, const char *Value) { // Parse your own setup parameters and store their values. cString m_ProcessedArgs; - // Parse your own setup parameters and store their values. const char *pt; if (*m_ProcessedArgs && NULL != (pt = strstr(m_ProcessedArgs + 1, Name)) && *(pt - 1) == ' ' && *(pt + strlen(Name)) == ' ') { |