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:
5b9a39f
)
Fix relationModifier handling (incorrect value in check was used).
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Jun 2005 15:03:40 +0000
(15:03 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Jun 2005 15:03:40 +0000
(15:03 +0000)
src/cqltransform.c
patch
|
blob
|
history
diff --git
a/src/cqltransform.c
b/src/cqltransform.c
index
29ff07a
..
aaf8303
100644
(file)
--- a/
src/cqltransform.c
+++ b/
src/cqltransform.c
@@
-1,4
+1,4
@@
-/* $Id: cqltransform.c,v 1.13 2005-01-15 19:47:11 adam Exp $
+/* $Id: cqltransform.c,v 1.14 2005-06-23 15:03:40 adam Exp $
Copyright (C) 1995-2005, Index Data ApS
Index Data Aps
@@
-419,7
+419,7
@@
void cql_transform_r(cql_transform_t ct,
struct cql_node *mod = cn->u.st.modifiers;
for (; mod; mod = mod->u.st.modifiers)
{
- cql_pr_attr(ct, "relationModifier", mod->u.st.term, 0,
+ cql_pr_attr(ct, "relationModifier", mod->u.st.index, 0,
pr, client_data, 20);
}
}