Changeset 103412 in vbox
- Timestamp:
- Feb 19, 2024 7:13:29 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp
r100908 r103412 1848 1848 pDirEntry->szName[cbName] = '\0'; 1849 1849 pDirEntry->cbName = (uint16_t)cbName; 1850 rc = rtEfiVarStore_QueryInfo(cbObject, fIsDir, &Time, &pDirEntry->Info, enmAddAttr);1850 rc = rtEfiVarStore_QueryInfo(cbObject, fIsDir, pTimeSpec, &pDirEntry->Info, enmAddAttr); 1851 1851 if (RT_SUCCESS(rc)) 1852 1852 {
Note:
See TracChangeset
for help on using the changeset viewer.