mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Eliminate variable shadowing.
This commit is contained in:
parent
af7ef26a21
commit
ecae02c35d
@ -793,7 +793,7 @@ void SimilarToMatcher<StrConverter, CharType>::Evaluator::parsePrimary(int* flag
|
||||
&rangeBuffer[previousRangeBufferCount + 1], len, c) <= 0)
|
||||
{
|
||||
rangeBuffer.push(len);
|
||||
size_t rangeCount = rangeBuffer.getCount();
|
||||
rangeCount = rangeBuffer.getCount();
|
||||
memcpy(rangeBuffer.getBuffer(rangeCount + len) + rangeCount, &c, len);
|
||||
|
||||
charsBuffer.push(*patternPos);
|
||||
|
Loading…
Reference in New Issue
Block a user