We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee0a8d commit 15c8fd7Copy full SHA for 15c8fd7
src/port/path.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/port/path.c,v 1.24 2004/07/12 19:15:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/path.c,v 1.25 2004/07/12 19:27:31 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -106,6 +106,7 @@ canonicalize_path(char *path)
106
if (*p == '\\')
107
*p = '/';
108
}
109
+
110
/* In Win32, if you do:
111
* prog.exe "a b" "\c\d\"
112
* the system will pass \c\d" as argv[2].
0 commit comments