io/FileReader: use GetFileInfoByHandle()
This commit is contained in:
parent
7b5f107341
commit
9365f68454
@ -26,7 +26,7 @@ FileReader::GetFileInfo() const
|
|||||||
{
|
{
|
||||||
assert(IsDefined());
|
assert(IsDefined());
|
||||||
|
|
||||||
return FileInfo(path);
|
return FileInfo{handle};
|
||||||
}
|
}
|
||||||
|
|
||||||
std::size_t
|
std::size_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user