repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump product version to 7.6.3.2-android
[LibreOffice.git]
/
external
/
firebird
/
firebird-Engine12.patch
blob
f6590b300fb6881e40fdfc856a8bb06583706a4f
1
--- src/common/utils.cpp
2
+++ src/common/utils.cpp
3
@@ -1026,6 +1026,13 @@
4
PathUtils::concatPath(s, configDir[prefType], name);
5
return s;
6
}
7
+
8
+ // Set relative path to Engine12 dynamic library
9
+ if(prefType == Firebird::IConfigManager::DIR_PLUGINS)
10
+ {
11
+ s = name;
12
+ return s;
13
+ }
14
}
15
16
switch(prefType)