projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d2915
)
Fix switch label
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 1 Dec 2009 09:49:49 +0000
(10:49 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 1 Dec 2009 09:49:49 +0000
(10:49 +0100)
src/rpn2cql.c
patch
|
blob
|
history
diff --git
a/src/rpn2cql.c
b/src/rpn2cql.c
index
f94860d
..
e133bec
100644
(file)
--- a/
src/rpn2cql.c
+++ b/
src/rpn2cql.c
@@
-82,7
+82,7
@@
static const char *lookup_relation_index_from_attr(Z_AttributeList *attributes)
case 102:
/* relevance is supported in CQL, but not implemented yet */
return 0;
- otherwise:
+ default:
/* Invalid relation */
return 0;
}