VirtualBox

Changeset 104625 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
May 14, 2024 11:55:44 AM (8 months ago)
Author:
vboxsync
Message:

IPRT/strformatrt: Fixed warnings (build fix). ​bugref:3409

File:
1 edited

Legend:

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

    r104624 r104625  
    15281528                                          : chVariant == 'q' ? '+' /* '+' in queries is problematic, so no escape. */
    15291529                                          :                    '~' /* whatever */;
     1530                    size_t      cchOutput = 0;
    15301531                    const char *pszStr    = va_arg(*pArgs, char *);
    15311532                    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