From: Adam Dickmeiss Date: Thu, 27 Feb 2003 19:56:00 +0000 (+0000) Subject: truncation=CCL X-Git-Tag: YAZ.2.0.1~53 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=6cb2907ac3f225846d8deaa0aea4772e539617cd;hp=a66975fb6d7c8877a2eaa3861aaeb4952d398d7d;p=yaz-moved-to-github.git truncation=CCL --- diff --git a/zutil/logrpn.c b/zutil/logrpn.c index 9d46fad..6da0070 100644 --- 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 @@ -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"); }