VirtualBox

Changeset 54983 in vbox


Ignore:
Timestamp:
Mar 27, 2015 7:28:22 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99244
Message:

fixed small typo. next iteration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r54982 r54983  
    755755                                        for (unsigned i = 0; i < extensions.size(); ++i)
    756756                                        {
    757                                             Utf8Str strExtension(Bstr(extensions[i]));
     757                                            Bstr bstrExt(extensions[i]);
     758                                            Utf8Str strExtension(bstrExt);
    758759                                            if(strExtension.compare(pszExtension, Utf8Str::CaseInsensitive) == 0)
    759760                                            {
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