VirtualBox

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

build fix (2nd try)

File:
1 edited

Legend:

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

    r27650 r27651  
    10531053                        static const char   s_szElemEscape[] = "<>&'\"";
    10541054                        const char *pszEscape = fAttr ?             s_szAttrEscape      :             s_szElemEscape;
    1055                         int         cchEscape = fAttr ? RT_ELEMENTS(s_szAttrEscape) - 1 : RT_ELEMENTS(s_szElemEscape) - 1;
     1055                        size_t      cchEscape = fAttr ? RT_ELEMENTS(s_szAttrEscape) - 1 : RT_ELEMENTS(s_szElemEscape) - 1;
    10561056                        size_t      cchOutput = 0;
    10571057                        const char *pszStr    = va_arg(*pArgs, char *);
    1058                         int         cchStr;
    1059                         int         offCur;
    1060                         int         offLast;
     1058                        ssize_t     cchStr;
     1059                        ssize_t     offCur;
     1060                        ssize_t     offLast;
    10611061
    10621062                        if (!VALID_PTR(pszStr))
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