summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 9f8ce315f3..ff6b853f17 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -1090,7 +1090,7 @@ static bool add_uniqbuf(struct tagcache_search *tcs, unsigned long id)
1090 1090
1091 /* If uniq buffer is not defined we must return true for search to work. */ 1091 /* If uniq buffer is not defined we must return true for search to work. */
1092 if (tcs->unique_list == NULL || (!TAGCACHE_IS_UNIQUE(tcs->type) 1092 if (tcs->unique_list == NULL || (!TAGCACHE_IS_UNIQUE(tcs->type)
1093 && !TAGCACHE_IS_NUMERIC(tcs->type))) 1093 && !TAGCACHE_IS_NUMERIC(tcs->type)))
1094 { 1094 {
1095 return true; 1095 return true;
1096 } 1096 }