From be2eb02d7a9bba97aeb022174e4abe2cc132d6a3 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Mon, 9 Oct 2006 10:23:35 +0000 Subject: FS#6137: add "oneof" operator to tagnavi.conf syntax. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11157 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tagtree.c') diff --git a/apps/tagtree.c b/apps/tagtree.c index f9542821d8..90fa617aad 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -244,6 +244,7 @@ static int get_clause(int *condition) MATCH(condition, buf, "!^", clause_not_begins_with); MATCH(condition, buf, "$", clause_ends_with); MATCH(condition, buf, "!$", clause_not_ends_with); + MATCH(condition, buf, "@", clause_oneof); return 0; } -- cgit v1.2.3