From: Adam Dickmeiss Date: Wed, 4 Sep 2013 07:33:02 +0000 (+0200) Subject: Fix typo for xcql encoding X-Git-Tag: v5.0.0~68 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=800bea26443b57c0dee73f21f060e3f87113cbf1 Fix typo for xcql encoding --- diff --git a/src/srwutil.c b/src/srwutil.c index 2cf49c3..91808b0 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -909,7 +909,7 @@ static int yaz_get_sru_parms(const Z_SRW_PDU *srw_pdu, ODR encode, yaz_add_name_value_str(encode, name, value, &i, "x-pquery", srw_pdu->u.request->query); } - else if (!strcmp(queryType, "pqf")) + else if (!strcmp(queryType, "xcql")) { yaz_add_name_value_str(encode, name, value, &i, "x-cql", srw_pdu->u.request->query);