From: Adam Dickmeiss Date: Sun, 2 Jan 2005 20:31:39 +0000 (+0000) Subject: Make negotiationCharsetRecords of type int X-Git-Tag: YAZ.2.0.30~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9b9bfb10cc46f2d97c38bc9a0a9f96e9a5f385f4 Make negotiationCharsetRecords of type int --- diff --git a/client/client.c b/client/client.c index 51bc87c..a79c51c 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.263 2004-12-30 00:20:15 adam Exp $ + * $Id: client.c,v 1.264 2005-01-02 20:31:39 adam Exp $ */ #include @@ -105,7 +105,7 @@ static char *esPackageName = 0; static char *yazProxy = 0; static int kilobytes = 1024; static char *negotiationCharset = 0; -static char negotiationCharsetRecords = 1; +static int negotiationCharsetRecords = 1; static int negotiationCharsetVersion = 3; static char *outputCharset = 0; static char *marcCharset = 0;