]> granicus.if.org Git - postgresql/commitdiff
Fix typo in VS2015 patch
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 29 Apr 2016 13:49:31 +0000 (09:49 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 29 Apr 2016 13:50:38 +0000 (09:50 -0400)
reported by Christian Ullrich

src/port/win32env.c

index dfe4c9120309627762fbcda86dac925941bea7b5..7c77f2e17b4176bd787cb78a0d95989018e6bb85 100644 (file)
@@ -70,7 +70,7 @@ pgwin32_putenv(const char *envval)
                        "msvcr120", 0, NULL
                },                                              /* Visual Studio 2013 */
                {
-                       "urctbase", 0, NULL
+                       "ucrtbase", 0, NULL
                },                                              /* Visual Studio 2015 and later */
                {
                        NULL, 0, NULL