summaryrefslogtreecommitdiff
path: root/epgsearchext.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchext.h')
-rw-r--r--epgsearchext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearchext.h b/epgsearchext.h
index cfdd131..dab424d 100644
--- a/epgsearchext.h
+++ b/epgsearchext.h
@@ -221,7 +221,7 @@ class cSearchExts : public cList<cSearchExt>, public cMutex {
cList<cSearchExt>::Clear();
}
public:
- cSearchExts(void) { fileName = NULL; }
+ cSearchExts(void) { fileName = NULL; allowComments = false; }
virtual ~cSearchExts() { Clear(); free(fileName); }
public: