Substring for all setting types.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 10:47:48 +0000 (12:47 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 10:47:48 +0000 (12:47 +0200)
commit0d30555c2b982e4e7cb9c4a6741bae7d32e3e801
tree25ee5f8260390e8f91b15b3501fae848e1d22aa7
parente056fdd41c5be91c873ce8420ccc62ce6fc2c98e
Substring for all setting types.

Change match_criterion so that substring (~) match uses strstr
always. The equal/string (=) uses match_zurl magic and strcmp as
before. This also ensure that v ptr is always set at end of routine
to prevent undefined behavior.
src/database.c