Updates for better partial match support, and to ensure that that the POSIX API functions are able to return the correct error code.

[SVN r9392]
This commit is contained in:
John Maddock
2001-03-03 11:28:50 +00:00
parent efdf9e57a4
commit ee8c9873bc
3 changed files with 23 additions and 11 deletions

View File

@ -879,6 +879,7 @@ bool query_match_aux(iterator first,
&& (first == last)) // end of input has been reached
{
have_partial_match = true;
temp_match.set_second(first, 0, false);
m.maybe_assign(temp_match);
}