search_init didn't pass the SEARCH_EXTEND flag (if set) to re_compile.
commite747b5fba6428c69e3951d2b7569ea2e1d592c10
authorWolfgang Jenkner <wjenkner@inode.at>
Thu, 22 May 2008 14:33:58 +0000 (22 16:33 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 1 Jun 2008 19:09:47 +0000 (1 21:09 +0200)
treeaf001a4979f54b91753e50808027beab79b5f84a
parentfd5795cc9890581b9783a0ff96e0b44d6b38e26a
search_init didn't pass the SEARCH_EXTEND flag (if set) to re_compile.

This is a problem when some function like v_searchw wants to use
ERE syntax regardless of the O_EXTENDED user option.
common/search.c