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