diff options
Diffstat (limited to 'epgsearchext.c')
-rw-r--r-- | epgsearchext.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/epgsearchext.c b/epgsearchext.c index ba58b3b..b1ecb56 100644 --- a/epgsearchext.c +++ b/epgsearchext.c @@ -42,7 +42,9 @@ The project's page is at http://winni.vdr-developer.org/epgsearch cSearchExts SearchExts; cSearchExts SearchTemplates; -#define MAX_SUBTITLE_LENGTH 40 +#ifndef MAX_SUBTITLE_LENGTH + #define MAX_SUBTITLE_LENGTH 40 +#endif // -- cSearchExt ----------------------------------------------------------------- char *cSearchExt::buffer = NULL; |