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)
In grouped expressions, optional, non-matched arguments didn't have their
value set to NULL as documented.  Set all arguments by default to NULL.


No differences found