From afb64801b0ba90d99482d66eeb675e280628c996 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Nov 2003 15:39:16 +0000 Subject: [PATCH] Remove Index Data/ from implementationName (for response as well) --- src/zget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zget.c b/src/zget.c index 29fedc6..186a2ee 100644 --- a/src/zget.c +++ b/src/zget.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zget.c,v 1.2 2003-11-27 15:37:23 adam Exp $ + * $Id: zget.c,v 1.3 2003-11-27 15:39:16 adam Exp $ */ #include @@ -57,7 +57,7 @@ Z_InitResponse *zget_InitResponse(ODR o) r->maximumRecordSize = odr_intdup(o, 30*1024); r->result = odr_intdup(o, 1); r->implementationId = "81"; - r->implementationName = "Index Data/YAZ"; + r->implementationName = "YAZ"; r->implementationVersion = YAZ_VERSION #ifdef YAZ_DATE_STR " (" YAZ_DATE_STR ")" -- 1.7.10.4