8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Fixed bug #7119 : Database statistics service could not find existing table(s)

This commit is contained in:
Vlad Khorsun 2022-01-29 12:18:47 +02:00
parent 6e9814d365
commit e3dcdafc4c

View File

@ -2897,7 +2897,7 @@ bool Service::process_switches(ClumpletReader& spb, string& switches)
spb.getString(s);
bool inStr = false;
for (FB_SIZE_T i = 0; i < s.length(); ++i)
for (FB_SIZE_T i = 0; i < s.length(); )
{
if (s[i] == SVC_TRMNTR)
{