summaryrefslogtreecommitdiffstats
path: root/databases/firebird2-server/files/patch-src::jrd::gds.cpp
blob: c9c19d9fe829d9c48a52bf73acaf307ed9cd66f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/jrd/gds.cpp.orig	Sun May 22 18:52:41 2005
+++ src/jrd/gds.cpp	Sun May 22 18:55:44 2005
@@ -1732,8 +1732,8 @@
 
 	if (ib_prefix_msg == NULL) {
 		if (!(ib_prefix_msg = getenv(FB_MSG_ENV))) {
+			strncpy(ib_prefix_msg_val, "%%LIBDATADIR%%", MAXPATHLEN);
 			ib_prefix_msg = ib_prefix_msg_val;
-			gds__prefix(ib_prefix_msg, "");
 		}
 		else {
 			strcat(ib_prefix_msg_val, ib_prefix_msg);
OpenPOWER on IntegriCloud