VirtualBox

Changeset 96851 in vbox


Ignore:
Timestamp:
Sep 26, 2022 6:00:42 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153755
Message:

iprt/ctype: Removed duplicate test in RTLocCIsPunct (harmless).

File:
1 edited

Legend:

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

    r96407 r96851  
    149149{
    150150    return (unsigned)ch - 0x21U < 15U /* 21..2f */
    151         || (unsigned)ch - 0x2aU <  6U /* 2a..2f */
    152151        || (unsigned)ch - 0x3aU <  7U /* 3a..40 */
    153152        || (unsigned)ch - 0x5bU <  6U /* 5a..60 */
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