aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-07-28 19:51:07 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-07-28 19:51:54 +0900
commit946cd6c5348d7dd12ecc41e79c3ca9803d2ca7f0 (patch)
tree2ddf4483af71549f042973a94d656bfc23d246ed /win32
parentf44114b502f4ae793f95d0be14b094cfe7c4c0e7 (diff)
downloadruby-946cd6c5348d7dd12ecc41e79c3ca9803d2ca7f0.tar.gz
Use https instead of http
Diffstat (limited to 'win32')
-rw-r--r--win32/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/file.c b/win32/file.c
index 133b5fbdb0..71320242e2 100644
--- a/win32/file.c
+++ b/win32/file.c
@@ -157,7 +157,7 @@ replace_to_long_name(wchar_t **wfullpath, size_t size, size_t buffer_size)
/*
Skip long name conversion if the path is already long name.
Short name is 8.3 format.
- http://en.wikipedia.org/wiki/8.3_filename
+ https://en.wikipedia.org/wiki/8.3_filename
This check can be skipped for directory components that have file
extensions longer than 3 characters, or total lengths longer than
12 characters.