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

Avoid variableshadowing.

This commit is contained in:
robocop 2009-06-27 06:57:34 +00:00
parent dcce359086
commit 17386d0b04

View File

@ -245,7 +245,7 @@ void TraceSvcUtil::runService(size_t spbSize, const UCHAR* spb)
status_exception::raise(status);
}
char* p = results;
p = results;
bool ignoreTruncation = false;
noData = true;