Changeset 24150 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 28, 2009 7:59:37 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp
r23973 r24150 503 503 { 504 504 int rc; 505 RTFILE File;506 505 uint64_t cbTotal; 507 506 uint64_t cbFill; -
trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp
r24122 r24150 686 686 pImage->File = NIL_RTFILE; 687 687 #else 688 pImage->pvStorage != NULL;688 pImage->pvStorage = NULL; 689 689 #endif 690 690 pImage->pVDIfsDisk = pVDIfsDisk; … … 1791 1791 { 1792 1792 int rc; 1793 RTFILE File;1794 1793 VHDFooter Footer; 1795 1794 RTTIMESPEC now;
Note:
See TracChangeset
for help on using the changeset viewer.