mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Correction - thanks to Claudio
This commit is contained in:
parent
09b2a772e8
commit
b5f90e6b3c
@ -366,9 +366,9 @@ Firebird::string IntlManager::getConfigInfo(const ConfObj& confObj)
|
||||
values.append(el->getAttributeName(i));
|
||||
}
|
||||
|
||||
if (configInfo.isEmpty())
|
||||
if (!configInfo.isEmpty())
|
||||
configInfo.append(";");
|
||||
configInfo = string(el->name) + "=" + values;
|
||||
configInfo.append(string(el->name) + "=" + values);
|
||||
}
|
||||
|
||||
return configInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user