Changeset 80585 in vbox for trunk/src/VBox/Devices/PC/DevACPI.cpp
- Timestamp:
- Sep 4, 2019 2:05:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r80531 r80585 3118 3118 if (RT_SUCCESS(rc)) 3119 3119 { 3120 rc = RTFile GetSize(FileCUSTBin, pcbCustBin);3120 rc = RTFileQuerySize(FileCUSTBin, pcbCustBin); 3121 3121 if (RT_SUCCESS(rc)) 3122 3122 {
Note:
See TracChangeset
for help on using the changeset viewer.