VirtualBox

Changeset 24024 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 23, 2009 11:53:22 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53869
Message:

Main and VBoxManage/GuestProperties: fix deleting GuestProperties in VBoxManage, part 2

File:
1 edited

Legend:

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

    r23875 r24024  
    310310
    311311        if (!pszValue && !pszFlags)
    312             CHECK_ERROR(machine, SetGuestPropertyValue(Bstr(pszName), Bstr()));
     312            CHECK_ERROR(machine, SetGuestPropertyValue(Bstr(pszName), Bstr("")));
    313313        else if (!pszFlags)
    314314            CHECK_ERROR(machine, SetGuestPropertyValue(Bstr(pszName), Bstr(pszValue)));
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