mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Backported CORE-6392: Space in database path prevent working gbak -se ... -b "path to/database" backup
This commit is contained in:
parent
d57b536f7e
commit
cb2a6cf0a6
@ -73,11 +73,7 @@ void processCommandLine(IntlParametersBlock::ProcessString* processString, strin
|
||||
{
|
||||
flagIn = false;
|
||||
processString(current);
|
||||
if (result.hasData())
|
||||
{
|
||||
result += ' ';
|
||||
}
|
||||
result += current;
|
||||
UtilSvc::addStringWithSvcTrmntr(current, result);
|
||||
current = "";
|
||||
}
|
||||
}
|
||||
@ -90,13 +86,10 @@ void processCommandLine(IntlParametersBlock::ProcessString* processString, strin
|
||||
if (current.hasData())
|
||||
{
|
||||
processString(current);
|
||||
if (result.hasData())
|
||||
{
|
||||
result += ' ';
|
||||
}
|
||||
result += current;
|
||||
UtilSvc::addStringWithSvcTrmntr(current, result);
|
||||
}
|
||||
|
||||
result.rtrim();
|
||||
par = result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user