VirtualBox

Changeset 104624 in vbox


Ignore:
Timestamp:
May 14, 2024 11:53:30 AM (7 months ago)
Author:
vboxsync
Message:

IPRT/strformatrt: Fixed warnings. ​bugref:3409

File:
1 edited

Legend:

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

    r99422 r104624  
    820820                                                         szBuf, RT_STR_TUPLE("!BadFnNm"));
    821821
    822                         while ((ch = *psz) != '\0' && ch != '(')
     822                        while ((ch = *psz) != '\0')
    823823                        {
    824824                            if (RT_C_IS_BLANK(ch))
     
    15281528                                          : chVariant == 'q' ? '+' /* '+' in queries is problematic, so no escape. */
    15291529                                          :                    '~' /* whatever */;
    1530                     size_t      cchOutput = 0;
    15311530                    const char *pszStr    = va_arg(*pArgs, char *);
    15321531                    ssize_t     cchStr;
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