We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c50c0 commit c826991Copy full SHA for c826991
src/port/path.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/port/path.c,v 1.13 2004/05/25 01:42:08 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/path.c,v 1.14 2004/05/25 18:18:29 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -258,7 +258,7 @@ set_pglocale(const char *argv0, const char *app)
258
if (find_my_exec(argv0, my_exec_path) < 0)
259
return;
260
261
- get_locale_path(argv0, path);
+ get_locale_path(my_exec_path, path);
262
bindtextdomain(app, path);
263
textdomain(app);
264
#endif
0 commit comments