SilcRegex: Fixed silc_regex to return correct value for optional args
authorPekka Riikonen <priikone@silcnet.org>
Sun, 21 Sep 2008 12:32:04 +0000 (15:32 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 21 Sep 2008 12:32:04 +0000 (15:32 +0300)
commit296e4d08e79816ef1474596e81857b9261500f22
tree92e97f48d5bdf4ed4b65dc08fb4143715f519a54
parent55dac5fbf2f83e8ca4278fa6fcdbbccbeb1d12cd
SilcRegex: Fixed silc_regex to return correct value for optional args

In grouped expressions, optional, non-matched arguments didn't have their
value set to NULL as documented.  Set all arguments by default to NULL.
lib/silcutil/silcregex.c