Commit deb78dd8 authored by Bruce Momjian's avatar Bruce Momjian

More win32 adjustment for timezone directory.

parent f4c69c82
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.6 2004/05/01 22:07:03 momjian Exp $ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.7 2004/05/02 03:12:12 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -39,11 +39,10 @@ pg_TZDIR(void) ...@@ -39,11 +39,10 @@ pg_TZDIR(void)
return NULL; return NULL;
else else
*p = '\0'; *p = '\0';
strcat(tzdir, "/../share/timezone"); strcat(tzdir, "/../share");
#endif #endif
strcat(tzdir, "/timezone"); strcat(tzdir, "/timezone");
done_tzdir = 1; done_tzdir = 1;
return tzdir; return tzdir;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment