Allow =val to be omitted for yaz_uri_to_array
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Dec 2011 08:37:11 +0000 (09:37 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Dec 2011 08:37:11 +0000 (09:37 +0100)
commit692cfa1de9dd855c1725db48f6d0a2cddcae9fcd
tree442734b4deaee13d54613c40c2a809ae67890b08
parent49ef9093f47fbe076c85428d1b3f4aeb94d49165
Allow =val to be omitted for yaz_uri_to_array

Also, multiple &'s in sequence is treated as one. For example,
&&a=b&&&c& is identical to a=b&c= .
src/uri.c