diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:19:34 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:28:51 +0000 |
commit | 12b0b5c8941b4ef9ec06002c868ba2bc09216674 (patch) | |
tree | 3cea2e9e34c2389f01e85b6611e410e346234829 /src | |
parent | doc: convert more http:// links to https:// (diff) | |
download | gpgme-12b0b5c8941b4ef9ec06002c868ba2bc09216674.tar.gz gpgme-12b0b5c8941b4ef9ec06002c868ba2bc09216674.zip |
doc: convert more links to equivalent https:// URLs
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/w32-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-util.c b/src/w32-util.c index 30dd081a..ef9b5f36 100644 --- a/src/w32-util.c +++ b/src/w32-util.c @@ -421,7 +421,7 @@ find_program_at_standard_place (const char *name) char path[MAX_PATH]; char *result = NULL; - /* See http://wiki.tcl.tk/17492 for details on compatibility. + /* See https://wiki.tcl-lang.org/page/Getting+Windows+%22special+folders%22+with+Ffidl for details on compatibility. We First try the generic place and then fallback to the x86 (i.e. 32 bit) place. This will prefer a 64 bit of the program |