X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=client%2Fclient.c;h=2888d17cb25e8b955159d683d7a18ee888508f6e;hb=c2641d280328e9bc114ca8c7b4585842c0acb05c;hp=0029c090776a8a8a7ac0eb1ae03756e9328b9c03;hpb=13f137b81808f6a3359f898614cc988995af3965;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index 0029c09..2888d17 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: client.c,v 1.314 2006-09-07 11:31:39 adam Exp $ + * $Id: client.c,v 1.315 2006-09-22 14:09:25 adam Exp $ */ /** \file client.c * \brief yaz-client program @@ -1410,7 +1410,7 @@ static int send_SRW_searchRequest(const char *arg) if (record_schema) sr->u.request->recordSchema = record_schema; if (recordsyntax_size == 1 && recordsyntax_list[0] == VAL_TEXT_XML) - sr->u.explain_request->recordPacking = "xml"; + sr->u.request->recordPacking = "xml"; return send_srw(sr); } #endif