VirtualBox

Changeset 85211 in vbox for trunk/include


Ignore:
Timestamp:
Jul 11, 2020 10:52:28 AM (5 years ago)
Author:
vboxsync
Message:

iprt/string.h: Signed fix in RTStrPutCp for Clang11. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r85154 r85211  
    13371337    if (CodePoint < 0x80)
    13381338    {
    1339         *psz++ = (unsigned char)CodePoint;
     1339        *psz++ = (char)CodePoint;
    13401340        return psz;
    13411341    }
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