Changeset 99382 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 13, 2023 7:26:11 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r98709 r99382 590 590 if (fOutputFlags & VBOXSERVICETOOLBOXOUTPUTFLAG_PARSEABLE) 591 591 { 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", 593 593 chFileType, 0, (uint64_t)pObjInfo->Attr.u.Unix.INodeId, 0, 594 594 (uint32_t)pObjInfo->Attr.u.Unix.INodeIdDevice, 0, cchName, 0, pszName, 0);
Note:
See TracChangeset
for help on using the changeset viewer.