aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 12:02:17 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 12:02:17 +0000
commit180ca79e258ba67f7c99b9f0bb6a20d5568bd451 (patch)
tree18711c094d818b5b67b6c42ec539fa44310f3610
parentf660681adeb2e7e141e9eafa077832c1d45f730b (diff)
downloadruby-180ca79e258ba67f7c99b9f0bb6a20d5568bd451.tar.gz
On Windows File::Stat#ino always returned 0, but
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a84c4aa62f..fc074d0dac 100644
--- a/NEWS
+++ b/NEWS
@@ -49,7 +49,7 @@ with all sufficient information, see the ChangeLog file.
Use a local variable instead to maintain a state.
* File::Stat
- * On Windows, File::Stat.ino now returns
+ * On Windows File::Stat#ino always returned 0, but now returns
BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low.
* IO