VirtualBox

Changeset 27650 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Mar 23, 2010 11:07:08 PM (15 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r27648 r27650  
    10541054                        const char *pszEscape = fAttr ?             s_szAttrEscape      :             s_szElemEscape;
    10551055                        int         cchEscape = fAttr ? RT_ELEMENTS(s_szAttrEscape) - 1 : RT_ELEMENTS(s_szElemEscape) - 1;
    1056                         int         cchOutput = 0;
     1056                        size_t      cchOutput = 0;
    10571057                        const char *pszStr    = va_arg(*pArgs, char *);
    10581058                        int         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