- Timestamp:
- Jan 28, 2022 4:31:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r93480 r93481 5748 5748 if (uOrigControllerPortValue != uNewControllerPortValue) 5749 5749 { 5750 AD.lPort = uNewControllerPortValue;5750 AD.lPort = (int32_t)uNewControllerPortValue; 5751 5751 } 5752 5752 if (uOrigControllerIndex != uTargetControllerIndex)
Note:
See TracChangeset
for help on using the changeset viewer.