ports/databases/firebird20-server/files/patch-src%jrd%gds.cpp
Sergey Skvortsov 07e0d9ced2 Update to 1.5.3
* move "intl/" and "UDF/" from "/var/db/firebird"
  into "libexec/firebird/"

* add support for amd64 (UNSTABLE)
2006-03-17 10:23:32 +00:00

11 lines
398 B
C++

--- src/jrd/gds.cpp.orig Mon Jan 23 15:04:44 2006
+++ src/jrd/gds.cpp Mon Jan 23 15:07:20 2006
@@ -3697,7 +3697,7 @@
Firebird::string msgPrefix(getenv(FB_MSG_ENV) ? getenv(FB_MSG_ENV) : "");
if (msgPrefix.length() == 0)
{
- msgPrefix = prefix;
+ msgPrefix = FB_MSG_PREFIX;
}
copyTo(msgPrefix, ib_prefix_msg_val, sizeof(ib_prefix_msg_val));
ib_prefix_msg = ib_prefix_msg_val;