projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb54de
)
Fix typo in VS2015 patch
author
Andrew Dunstan
<andrew@dunslane.net>
Fri, 29 Apr 2016 13:49:31 +0000
(09:49 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Fri, 29 Apr 2016 13:49:31 +0000
(09:49 -0400)
reported by Christian Ullrich
src/port/win32env.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/win32env.c
b/src/port/win32env.c
index d6b0ebe7e57ac0535fcbd1737bd195c1743218a8..e64065ca29529acbfa541e04886e6e50bb104bc4 100644
(file)
--- a/
src/port/win32env.c
+++ b/
src/port/win32env.c
@@
-70,7
+70,7
@@
pgwin32_putenv(const char *envval)
"msvcr120", 0, NULL
}, /* Visual Studio 2013 */
{
- "u
rc
tbase", 0, NULL
+ "u
cr
tbase", 0, NULL
}, /* Visual Studio 2015 and later */
{
NULL, 0, NULL