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:
a66975f
)
truncation=CCL
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Feb 2003 19:56:00 +0000
(19:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Feb 2003 19:56:00 +0000
(19:56 +0000)
zutil/logrpn.c
patch
|
blob
|
history
diff --git
a/zutil/logrpn.c
b/zutil/logrpn.c
index
9d46fad
..
6da0070
100644
(file)
--- a/
zutil/logrpn.c
+++ b/
zutil/logrpn.c
@@
-1,8
+1,8
@@
/*
- * Copyright (C) 1995-2001, Index Data
+ * Copyright (C) 1995-2003, Index Data
* All rights reserved.
*
- * $Id: logrpn.c,v 1.10 2003-02-12 15:06:44 adam Exp $
+ * $Id: logrpn.c,v 1.11 2003-02-27 19:56:00 adam Exp $
*/
#include <stdio.h>
@@
-143,6
+143,9
@@
static void attrStr (int type, int value, enum oid_value ast, char *str)
case 103:
sprintf (str, "truncation=re-2");
break;
+ case 104:
+ sprintf (str, "truncation=CCL");
+ break;
default:
sprintf (str, "truncation");
}