Changeset 71013 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 14, 2018 5:27:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomakerimport.cpp
r71002 r71013 592 592 else 593 593 { 594 pBlock2File->Core.pLeft = NULL; 595 pBlock2File->Core.pRight = NULL; 594 596 pBlock2FilePrev->pNext = pBlock2File; 595 pBlock2FilePrev->Core.pLeft = NULL;596 pBlock2FilePrev->Core.pRight = NULL;597 597 } 598 598 }
Note:
See TracChangeset
for help on using the changeset viewer.