VirtualBox

Changeset 22730 in vbox


Ignore:
Timestamp:
Sep 3, 2009 9:43:15 AM (15 years ago)
Author:
vboxsync
Message:

VBoxManage: Make setting guest properties work with --flags or -flags.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp

    r21978 r22730  
    260260 *                          @a ppszValue will point to the start of this buffer.
    261261 * @param   cbBuf           The size of @a pcBuf
    262  * @param   pszValue        Where to store the pointer to the value retrieved.
     262 * @param   ppszValue       Where to store the pointer to the value retrieved.
    263263 *                          Optional.
    264264 * @param   pu64Timestamp   Where to store the timestamp.  Optional.
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp

    r22722 r22730  
    302302        pszValue = a->argv[2];
    303303        if (   !strcmp(a->argv[3], "--flags")
    304             || !strcmp(a->argv[3], "-flags"))
     304            && !strcmp(a->argv[3], "-flags"))
    305305            usageOK = false;
    306306        pszFlags = a->argv[4];
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