Skip to content

Commit

Permalink
XERCESC-1925
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/branches/xerces-3.1@1662893 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Scott Cantor committed Feb 28, 2015
1 parent 8bdfd96 commit 2561058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xercesc/util/regx/RegularExpression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ bool RegularExpression::doTokenOverlap(const Op* op, Token* token)
{
try
{
RangeToken tempRange(Token::T_RANGE, fMemoryManager);
RangeToken tempRange(t1->getTokenType(), fMemoryManager);
tempRange.mergeRanges(t1);
tempRange.intersectRanges((RangeToken*)token);
return !tempRange.empty();
Expand Down

0 comments on commit 2561058

Please sign in to comment.