From 9b9bfb10cc46f2d97c38bc9a0a9f96e9a5f385f4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 2 Jan 2005 20:31:39 +0000 Subject: [PATCH] Make negotiationCharsetRecords of type int --- client/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4