VirtualBox

Changeset 97366 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 1, 2022 9:57:22 AM (2 years ago)
Author:
vboxsync
Message:

Main/UnattendedImpl: We don't use L prefixed strings with Bstr. bugref:10180

File:
1 edited

Legend:

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

    r97363 r97366  
    42194219        if (pImage->fAuxiliary && pImage->strImagePath.endsWith(".viso"))
    42204220        {
    4221             hrc = ptrMedium->SetProperty(Bstr(L"UnattendedInstall").raw(), Bstr(L"1").raw());
     4221            hrc = ptrMedium->SetProperty(Bstr("UnattendedInstall").raw(), Bstr("1").raw());
    42224222            LogRelFlowFunc(("Medium::SetProperty -> %Rhrc\n", hrc));
    42234223        }
Note: See TracChangeset for help on using the changeset viewer.

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