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:
a193163
)
Fix @attr set for CCL to RPN
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 18 Dec 2003 13:08:48 +0000
(13:08 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 18 Dec 2003 13:08:48 +0000
(13:08 +0000)
src/cclptree.c
patch
|
blob
|
history
diff --git
a/src/cclptree.c
b/src/cclptree.c
index
1c36a03
..
7bbb0f2
100644
(file)
--- a/
src/cclptree.c
+++ b/
src/cclptree.c
@@
-44,7
+44,7
@@
/* CCL print rpn tree - infix notation
* Europagate, 1995
*
- * $Id: cclptree.c,v 1.1 2003-10-27 12:21:30 adam Exp $
+ * $Id: cclptree.c,v 1.2 2003-12-18 13:08:48 adam Exp $
*
* Old Europagate Log:
*
@@
-93,7
+93,7
@@
void ccl_pr_tree_as_qrpn(struct ccl_rpn_node *rpn, FILE *fd_out, int indent)
for (attr = rpn->u.t.attr_list; attr; attr = attr->next)
{
if (attr->set)
- fprintf(fd_out, "@attr %s", attr->set);
+ fprintf(fd_out, "@attr %s ", attr->set);
else
fprintf(fd_out, "@attr ");
switch(attr->kind)