VirtualBox

Changeset 92161 in vbox for trunk


Ignore:
Timestamp:
Oct 30, 2021 1:42:38 AM (3 years ago)
Author:
vboxsync
Message:

ValKit/ClipUtil: Listing fix. bugref:10133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/clipboard/ClipUtil.cpp

    r92160 r92161  
    602602            ULONG cchRet = WinQueryAtomName(hAtomTbl, fFormat, szName, sizeof(szName));
    603603            if (cchRet != 0)
    604                 RTPrintf("#%u: %#06x - %s\n", idx, fFormat, szName);
     604                RTPrintf("#%02u: %#06x - %s\n", idx, fFormat, szName);
    605605            else
    606606            {
     
    642642            int   cchName = GetClipboardFormatNameW(fFormat, wszName, RT_ELEMENTS(wszName));
    643643            if (cchName > 0)
    644                 RTPrintf("#%u: %#06x - %ls\n", idx, fFormat, wszName);
     644                RTPrintf("#%02u: %#06x - %ls\n", idx, fFormat, wszName);
    645645            else
    646646            {
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