8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

Eliminate variable shadowing.

This commit is contained in:
robocop 2009-02-08 09:40:24 +00:00
parent af7ef26a21
commit ecae02c35d

View File

@ -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);