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:
parent
b4be5b9ae2
commit
b63e509a8a
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user