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