Fixed bug #1355: CCL-queries messed up by binary chars.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 17 Aug 2007 12:25:26 +0000 (12:25 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 17 Aug 2007 12:25:26 +0000 (12:25 +0000)
commit32b629e24724670d2cfb71c1db1e5a26fc5ae399
tree317830eb225ba7d041cbf7d69f68d08ae2555082
parent771918b98625c452e281b0597cc12c239f897a38
Fixed bug #1355: CCL-queries messed up by binary chars.
Apparently the yaz_iconv_open was passed an empty string - returned
from absent queryencoding setting. We now check for empty string..
I don't like empty string and NULL value to be messed. Function
session_setting_oneval should return NULL for absent value. Empty
string for empty string.
src/client.c