Simplify again
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 10:38:09 +0000 (12:38 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 10:38:09 +0000 (12:38 +0200)
src/logic.c

index ced95ee..302b6b5 100644 (file)
@@ -448,7 +448,7 @@ static struct database_criterion *parse_filter(NMEM m, const char *buf)
             new->type = PAZPAR2_STRING_MATCH;
         else if ((eq = strchr(values[i], '~')))
             new->type = PAZPAR2_SUBSTRING_MATCH;
-        else if (!eq)
+        else
         {
             yaz_log(YLOG_WARN, "Missing equal-sign/tilde in filter");
             return 0;