Changeset 14123 in vbox for trunk/src/VBox
- Timestamp:
- Nov 12, 2008 8:12:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDisk2Impl.cpp
r13842 r14123 2707 2707 /* these parameters we need after creation */ 2708 2708 RTUUID uuid; 2709 uint64_t size , logicalSize;2709 uint64_t size = 0, logicalSize = 0; 2710 2710 2711 2711 try … … 2805 2805 AutoMultiWriteLock2 thatLock (that, target); 2806 2806 2807 uint64_t size , logicalSize;2807 uint64_t size = 0, logicalSize = 0; 2808 2808 2809 2809 try
Note:
See TracChangeset
for help on using the changeset viewer.