Fairly trivial patch for bug report 1526472.

[SVN r34680]
This commit is contained in:
John Maddock
2006-07-23 17:30:49 +00:00
parent 5f0c4a4b22
commit 0e9ca3fe5f
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public:
result.first = first; result.first = first;
result.second = end; result.second = end;
result.matched = (first != end); result.matched = (first != end);
N = -1;
return true; return true;
} }
return false; return false;

View File

@ -107,6 +107,7 @@ public:
result.first = first; result.first = first;
result.second = end; result.second = end;
result.matched = (first != end); result.matched = (first != end);
N = -1;
return true; return true;
} }
return false; return false;