VirtualBox

Ignore:
Timestamp:
Sep 13, 2011 1:17:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74004
Message:

%S -> %s and some other minor cleanups.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

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

    r38555 r38733  
    17251725
    17261726                        if (details == VMINFO_MACHINEREADABLE)
    1727                             RTPrintf("USBRemoteUUID%zu=\"%S\"\n"
     1727                            RTPrintf("USBRemoteUUID%zu=\"%s\"\n"
    17281728                                     "USBRemoteVendorId%zu=\"%#06x\"\n"
    17291729                                     "USBRemoteProductId%zu=\"%#06x\"\n"
     
    17341734                                     index + 1, bcdRevision >> 8, bcdRevision & 0xff);
    17351735                        else
    1736                             RTPrintf("UUID:               %S\n"
     1736                            RTPrintf("UUID:               %s\n"
    17371737                                     "VendorId:           %#06x (%04X)\n"
    17381738                                     "ProductId:          %#06x (%04X)\n"
     
    18141814
    18151815                        if (details == VMINFO_MACHINEREADABLE)
    1816                             RTPrintf("USBAttachedUUID%zu=\"%S\"\n"
     1816                            RTPrintf("USBAttachedUUID%zu=\"%s\"\n"
    18171817                                     "USBAttachedVendorId%zu=\"%#06x\"\n"
    18181818                                     "USBAttachedProductId%zu=\"%#06x\"\n"
     
    18231823                                     index + 1, bcdRevision >> 8, bcdRevision & 0xff);
    18241824                        else
    1825                             RTPrintf("UUID:               %S\n"
     1825                            RTPrintf("UUID:               %s\n"
    18261826                                     "VendorId:           %#06x (%04X)\n"
    18271827                                     "ProductId:          %#06x (%04X)\n"
  • TabularUnified trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r37244 r38733  
    700700                    CHECK_ERROR_RET(dev, COMGETTER(Revision)(&bcdRevision), 1);
    701701
    702                     RTPrintf("UUID:               %S\n"
     702                    RTPrintf("UUID:               %s\n"
    703703                             "VendorId:           %#06x (%04X)\n"
    704704                             "ProductId:          %#06x (%04X)\n"
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