VirtualBox

Ignore:
Timestamp:
Jul 14, 2014 9:39:52 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95004
Message:

trunk, VBox-4.*, VBox-3.2: Cleaned up base64/RT_C_IS_SPACE CR mess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/base64.cpp

    r51792 r52025  
    110110                       &&   i  == '=')
    111111                   || (     u8 == BASE64_SPACE
    112                        &&   (   RT_C_IS_SPACE(i)
    113                              || (i == '\r'))) /* Carriage return is handled as a space character as well. */
     112                       &&   RT_C_IS_SPACE(i))
    114113                   || (     u8 < 64
    115114                       &&   (unsigned)g_szValToChar[u8] == i));
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