mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(file): on Windows, GetFileInfo on StreamRecord needs to store the FileInfo in the FileParms
This commit is contained in:
parent
493bf0e389
commit
2b620905ca
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ bool GetFileInfo(FileParms* parms) {
|
||||||
}
|
}
|
||||||
|
|
||||||
file->hasInfo = true;
|
file->hasInfo = true;
|
||||||
|
parms->info = info;
|
||||||
|
|
||||||
return WinFile::HandleFileInfoToBC(&byHandleInfo, info);
|
return WinFile::HandleFileInfoToBC(&byHandleInfo, info);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue