Changeset 46341 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 31, 2013 12:13:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
r45625 r46341 239 239 } 240 240 241 strType = Global::OSTypeId(VBOXOSTYPE_Unknown); 241 if (c == ovf::CIMOSType_CIMOS_Other_64) 242 strType = Global::OSTypeId(VBOXOSTYPE_Unknown_x64); 243 else 244 strType = Global::OSTypeId(VBOXOSTYPE_Unknown); 242 245 } 243 246
Note:
See TracChangeset
for help on using the changeset viewer.