VirtualBox

Ignore:
Timestamp:
Oct 9, 2018 9:22:34 AM (6 years ago)
Author:
vboxsync
Message:

iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters.

File:
1 edited

Legend:

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

    r73914 r74708  
    14591459
    14601460                    *ppszFormat += 2;
    1461                     AssertMsgBreak(chVariant == 'p' || chVariant == 'q' || chVariant == 'f',
     1461                    AssertMsgBreak(chVariant == 'a' || chVariant == 'p' || chVariant == 'q' || chVariant == 'f',
    14621462                                   ("Invalid IPRT format type '%.10s'!\n", pszFormatOrg));
    14631463
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