Skip to content

Commit b8a9209

Browse files
committed
Merge branch 'js/mingw-msdn-url'
The URL to an MSDN page in a comment has been updated. * js/mingw-msdn-url: mingw: replace an obsolete link with the superseding one
2 parents c56aa1d + 2ef2ae2 commit b8a9209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat/mingw.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,8 @@ char *mingw_getcwd(char *pointer, int len)
10281028
}
10291029

10301030
/*
1031-
* See http://msdn2.microsoft.com/en-us/library/17w5ykft(vs.71).aspx
1032-
* (Parsing C++ Command-Line Arguments)
1031+
* See "Parsing C++ Command-Line Arguments" at Microsoft's Docs:
1032+
* https://docs.microsoft.com/en-us/cpp/cpp/parsing-cpp-command-line-arguments
10331033
*/
10341034
static const char *quote_arg(const char *arg)
10351035
{

0 commit comments

Comments
 (0)