[前][次][番号順一覧][スレッド一覧]

ruby-changes:65298

From: S.H <ko1@a...>
Date: Sat, 20 Feb 2021 04:11:37 +0900 (JST)
Subject: [ruby-changes:65298] 837e77e020 (master): Fix link msdn.microsoft.com (#4202)

https://git.ruby-lang.org/ruby.git/commit/?id=837e77e020

From 837e77e0202e96060498794ff97a097e5440d148 Mon Sep 17 00:00:00 2001
From: "S.H" <gamelinks007@g...>
Date: Sat, 20 Feb 2021 04:10:21 +0900
Subject: Fix link msdn.microsoft.com (#4202)

---
 win32/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win32/file.c b/win32/file.c
index d92cec6..3330382 100644
--- a/win32/file.c
+++ b/win32/file.c
@@ -159,7 +159,7 @@ replace_to_long_name(wchar_t **wfullpath, size_t size, size_t buffer_size) https://github.com/ruby/ruby/blob/trunk/win32/file.c#L159
       This check can be skipped for directory components that have file
       extensions longer than 3 characters, or total lengths longer than
       12 characters.
-      http://msdn.microsoft.com/en-us/library/windows/desktop/aa364980(v=vs.85).aspx
+      https://msdn.microsoft.com/en-us/library/windows/desktop/aa364980(v=vs.85).aspx
     */
     size_t const max_short_name_size = 8 + 1 + 3;
     size_t const max_extension_size = 3;
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]