diff options
Diffstat (limited to 'epgsearchcats.c')
-rw-r--r-- | epgsearchcats.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epgsearchcats.c b/epgsearchcats.c index 93d0e57..32c52f7 100644 --- a/epgsearchcats.c +++ b/epgsearchcats.c @@ -102,9 +102,10 @@ bool cSearchExtCat::Parse(const char *s) break; } case 5: - searchmode = atoi(value); + searchmode = atoi(value); + break; + default: break; - break; } //switch } parameter++; |