X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fcharneg.c;h=3cc9b4bf2ee05b7e3200af51ee9c25bc0c28728b;hb=a774858896a9b56c966edbfb70d8eae1c91c4ad1;hp=25c99c617b219607b43765dbf44668be42f8076d;hpb=73453b196192a42ea0ef9c26e0a1a0cc759fd105;p=yaz-moved-to-github.git diff --git a/zutil/charneg.c b/zutil/charneg.c index 25c99c6..3cc9b4b 100644 --- a/zutil/charneg.c +++ b/zutil/charneg.c @@ -1,5 +1,5 @@ /* - $ $Id: charneg.c,v 1.2 2002-05-19 15:39:54 oleg Exp $ + $ $Id: charneg.c,v 1.3 2002-05-21 08:36:04 adam Exp $ * Helper functions for Character Set and Language Negotiation - 3 */ @@ -130,7 +130,6 @@ Z_External *yaz_set_proposal_charneg(ODR o, const char **charsets, int num_chars static Z_TargetResponse *z_get_TargetResponse(ODR o, const char *charset, const char *lang, int selected) { - int i; Z_TargetResponse *p = (Z_TargetResponse *) odr_malloc(o, sizeof(*p)); Z_PrivateCharacterSet *pc = (Z_PrivateCharacterSet *)odr_malloc(o, sizeof(*pc));