VirtualBox

Changeset 83838 in vbox


Ignore:
Timestamp:
Apr 20, 2020 2:57:19 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137367
Message:

IPRT: Fix what I think is a typo to unbreak the build. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp

    r83837 r83838  
    115115    for (size_t cwcThisBuf = 0; cwcThisBuf < sizeof(s_szSimpleExpect) + 8; cwcThisBuf++)
    116116    {
    117         memset(pwszBuf, '0x88', cwcBuf * sizeof(*pwszBuf));
     117        memset(pwszBuf, 0x88, cwcBuf * sizeof(*pwszBuf));
    118118
    119119        PRTUTF16 pwszThisBuf = &pwszBuf[cwcBuf - cwcThisBuf];
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