- Timestamp:
- Oct 30, 2021 1:42:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/clipboard/ClipUtil.cpp
r92160 r92161 602 602 ULONG cchRet = WinQueryAtomName(hAtomTbl, fFormat, szName, sizeof(szName)); 603 603 if (cchRet != 0) 604 RTPrintf("#% u: %#06x - %s\n", idx, fFormat, szName);604 RTPrintf("#%02u: %#06x - %s\n", idx, fFormat, szName); 605 605 else 606 606 { … … 642 642 int cchName = GetClipboardFormatNameW(fFormat, wszName, RT_ELEMENTS(wszName)); 643 643 if (cchName > 0) 644 RTPrintf("#% u: %#06x - %ls\n", idx, fFormat, wszName);644 RTPrintf("#%02u: %#06x - %ls\n", idx, fFormat, wszName); 645 645 else 646 646 {
Note:
See TracChangeset
for help on using the changeset viewer.