8
0
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:
dimitr 2005-12-03 10:22:58 +00:00
parent b82b9f68a1
commit 23f3cc8656

View File

@ -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;
}