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:
parent
6e9814d365
commit
e3dcdafc4c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user