From 6cb2907ac3f225846d8deaa0aea4772e539617cd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Feb 2003 19:56:00 +0000 Subject: [PATCH] truncation=CCL --- zutil/logrpn.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"); } -- 1.7.10.4