mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Fixed restore process.
This commit is contained in:
parent
b82b9f68a1
commit
23f3cc8656
@ -3036,7 +3036,9 @@ static bool process_switches(Firebird::ClumpletReader& spb,
|
||||
spb.moveNext();
|
||||
} while (! spb.isEof());
|
||||
|
||||
switches.rtrim();
|
||||
// dimitr: trimming doesn't work with non-ASCII strings.
|
||||
// In our case, it removes the SVC_TRMNTR symbol.
|
||||
// switches.rtrim();
|
||||
return switches.length() > 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user