[commit: packages/process] master, new-flags, new-flags-no-f3df9d6: Fix broken link for "Parsing C Command-Line Arguments" (751d46a)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:23:17 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,new-flags,new-flags-no-f3df9d6
Link : http://ghc.haskell.org/trac/ghc/changeset/751d46a2f33d3ff43ab52b3b4d9dc92bd7f3e3b6/process
>---------------------------------------------------------------
commit 751d46a2f33d3ff43ab52b3b4d9dc92bd7f3e3b6
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Mon May 18 23:11:07 2015 -0400
Fix broken link for "Parsing C Command-Line Arguments"
>---------------------------------------------------------------
751d46a2f33d3ff43ab52b3b4d9dc92bd7f3e3b6
System/Process/Internals.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/System/Process/Internals.hs b/System/Process/Internals.hs
index 9d2be0a..36265d4 100644
--- a/System/Process/Internals.hs
+++ b/System/Process/Internals.hs
@@ -634,7 +634,7 @@ passing a single command-line string (lpCommandLine) as its argument.
traditional argument vector argv[0], argv[1], etc. It does this
using a complex and arcane set of rules which are described here:
- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccelng/htm/progs_12.asp
+ https://msdn.microsoft.com/en-us/library/a1y7w461.aspx
(if this URL stops working, you might be able to find it by
searching for "Parsing C Command-Line Arguments" on MSDN. Also,
More information about the ghc-commits
mailing list