diff options
-rw-r--r-- | epgsearchext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearchext.c b/epgsearchext.c index 04c3623..03e9574 100644 --- a/epgsearchext.c +++ b/epgsearchext.c @@ -566,7 +566,7 @@ bool cSearchExt::Parse(const char *s) compareTitle = atoi(value); break; case 32: - compareSubtitle = atoi(value) > 0 ? 1 : 0; + compareSubtitle = atoi(value); break; case 33: compareSummary = atoi(value); |