Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 15c8fd7

Browse files
committed
Add blank line to new canonicalize_path file, which handles "a b\" properly.
1 parent 5ee0a8d commit 15c8fd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/port/path.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/port/path.c,v 1.24 2004/07/12 19:15:14 momjian Exp $
11+
* $PostgreSQL: pgsql/src/port/path.c,v 1.25 2004/07/12 19:27:31 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -106,6 +106,7 @@ canonicalize_path(char *path)
106106
if (*p == '\\')
107107
*p = '/';
108108
}
109+
109110
/* In Win32, if you do:
110111
* prog.exe "a b" "\c\d\"
111112
* the system will pass \c\d" as argv[2].

0 commit comments

Comments
 (0)