VirtualBox

Changeset 99382 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Apr 13, 2023 7:26:11 AM (20 months ago)
Author:
vboxsync
Message:

Guest Control/VBoxServiceToolbox: Fixed key/value termination for the short (i.e. non-long) parseable output format of vgsvcToolboxPrintFsInfo().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r98709 r99382  
    590590        if (fOutputFlags & VBOXSERVICETOOLBOXOUTPUTFLAG_PARSEABLE)
    591591        {
    592             RTPrintf("ftype=%c%cnode_id=%RU64%inode_dev=%RU32%ccname_len=%zu%cname=%s%c",
     592            RTPrintf("ftype=%c%cnode_id=%RU64%cinode_dev=%RU32%ccname_len=%zu%cname=%s%c",
    593593                     chFileType, 0, (uint64_t)pObjInfo->Attr.u.Unix.INodeId, 0,
    594594                     (uint32_t)pObjInfo->Attr.u.Unix.INodeIdDevice, 0, cchName, 0, pszName, 0);
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