projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da52474
)
Fix typo in VS2015 patch
author
Andrew Dunstan
<
[email protected]
>
Fri, 29 Apr 2016 13:49:31 +0000
(09:49 -0400)
committer
Andrew Dunstan
<
[email protected]
>
Fri, 29 Apr 2016 13:50:38 +0000
(09:50 -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 dfe4c9120309627762fbcda86dac925941bea7b5..7c77f2e17b4176bd787cb78a0d95989018e6bb85 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