https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289468
--- Comment #1 from Andriy Gapon <[email protected]> --- (In reply to Hiroo Ono from comment #0) "h+" is an extended regular expression according to you expectations. "+" does not have any special meaning in basic regular expressions. So, you need to use REG_EXTENDED flag. It's described in regex manual page. -- You are receiving this mail because: You are the assignee for the bug.
