mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-25 00:00:36 -05:00
Force File::Info#inode to return UInt64
This commit is contained in:
@@ -2,8 +2,8 @@ require "./util"
|
||||
|
||||
class File
|
||||
abstract struct Info
|
||||
def inode
|
||||
@stat.st_ino
|
||||
def inode : UInt64
|
||||
@stat.st_ino.to_u64
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user