VirtualBox

Ignore:
Timestamp:
Feb 19, 2018 1:49:24 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120918
Message:

bugref:8344. Fixed adding a wrong extension for HDD medium type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r70991 r71055  
    30343034                    }
    30353035                }
     3036                else if (suffix.compare("Parallels", Utf8Str::CaseInsensitive) == 0)
     3037                {
     3038                    suffix = "hdd";
     3039                }
     3040
    30363041                /* Set the target extension like on the source. Any conversions are prohibited */
    30373042                suffix.toLower();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette