Changeset 71055 in vbox for trunk/src/VBox/Main/src-server/MediumImpl.cpp
- Timestamp:
- Feb 19, 2018 1:49:24 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120918
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r70991 r71055 3034 3034 } 3035 3035 } 3036 else if (suffix.compare("Parallels", Utf8Str::CaseInsensitive) == 0) 3037 { 3038 suffix = "hdd"; 3039 } 3040 3036 3041 /* Set the target extension like on the source. Any conversions are prohibited */ 3037 3042 suffix.toLower();
Note:
See TracChangeset
for help on using the changeset viewer.