X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=client%2Fclient.c;h=f320aecf6cb11f9cef9d75913c2d7a3e27d42a0b;hb=cdf3162d32f13fd58d0b7fb06b3252bab2bc78ad;hp=907bf3cb89ae0726f8821091dfe2d78fe64417a1;hpb=b462b5047a365a76a5be26341e62b69076a33d3a;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index 907bf3c..f320aec 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.222 2004-01-07 20:36:44 adam Exp $ + * $Id: client.c,v 1.223 2004-01-07 21:02:42 adam Exp $ */ #include @@ -1189,7 +1189,7 @@ static int send_srw(Z_SRW_PDU *sr) ret = z_soap_codec_enc(o, &p, &gdu->u.HTTP_Request->content_buf, &gdu->u.HTTP_Request->content_len, h, - charset, 0); + charset); if (z_GDU(out, &gdu, 0, 0)) {