diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-13 12:02:17 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-13 12:02:17 +0000 |
commit | 180ca79e258ba67f7c99b9f0bb6a20d5568bd451 (patch) | |
tree | 18711c094d818b5b67b6c42ec539fa44310f3610 | |
parent | f660681adeb2e7e141e9eafa077832c1d45f730b (diff) |
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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |