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:
1528b5e
)
Another CCL->RPN fix
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 23 Jun 2003 12:41:44 +0000
(12:41 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 23 Jun 2003 12:41:44 +0000
(12:41 +0000)
zutil/yaz-ccl.c
patch
|
blob
|
history
diff --git
a/zutil/yaz-ccl.c
b/zutil/yaz-ccl.c
index
8ed2177
..
33f46b3
100644
(file)
--- a/
zutil/yaz-ccl.c
+++ b/
zutil/yaz-ccl.c
@@
-2,7
+2,7
@@
* Copyright (c) 1996-2003, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-ccl.c,v 1.21 2003-06-23 12:38:39 adam Exp $
+ * $Id: yaz-ccl.c,v 1.22 2003-06-23 12:41:44 adam Exp $
*/
#include <stdio.h>
@@
-127,6
+127,7
@@
void ccl_pquery (WRBUF w, struct ccl_rpn_node *p)
sprintf(tmpattr, "%d=", att->type);
wrbuf_puts (w, tmpattr);
wrbuf_puts(w, att->value.str);
+ wrbuf_puts (w, " ");
break;
}
}