diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 12:00:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 12:00:29 (GMT) |
commit | 3f913d322f99aae818c2fbe06049a19c4c1125f8 (patch) | |
tree | f49bd6fdc3bc43759371c62ca257043cc00a9b40 /win/tclWinFile.c | |
parent | 8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0 (diff) | |
download | tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.zip tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.gz tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.bz2 |
Change a lot of url's (as far as possible) from http:// to https://
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index f755d11..9a6c5f1 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -3128,7 +3128,7 @@ TclNativeCreateNativeRep( * If there is no "\\?\" prefix but there is a drive or UNC path prefix * and the path is larger than MAX_PATH chars, no Win32 API function can * handle that unless it is prefixed with the extended path prefix. See: - * <http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath> + * <https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#maxpath> */ if (((str[0] >= 'A' && str[0] <= 'Z') || (str[0] >= 'a' && str[0] <= 'z')) |