Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 152402 Submitted by: Max Kochubey <root at hangover.org.ru>
11 lines
350 B
C++
11 lines
350 B
C++
--- src/jrd/IntlManager.cpp.orig Tue Nov 21 16:24:19 2006
|
|
+++ src/jrd/IntlManager.cpp Tue Nov 21 16:30:40 2006
|
|
@@ -78,7 +78,7 @@
|
|
#endif
|
|
|
|
Firebird::PathName intlPath;
|
|
- PathUtils::concatPath(intlPath, Config::getRootDirectory(), "intl");
|
|
+ PathUtils::concatPath(intlPath, FB_LIBEXEC_PREFIX, "intl");
|
|
|
|
ScanDir dir(intlPath.c_str(), "*.conf");
|
|
|