8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

This should fix assertion when loading chacha plugin on windows

This commit is contained in:
AlexPeshkoff 2022-02-10 18:58:08 +03:00
parent b4be5b9ae2
commit b63e509a8a

View File

@ -1143,7 +1143,7 @@ Firebird::PathName getPrefix(unsigned int prefType, const char* name)
if (s.hasData() && name[0])
{
s += '/';
s += PathUtils::dir_sep;
}
s += name;
gds__prefix(tmp, s.c_str());