VirtualBox

Changeset 7879 in vbox


Ignore:
Timestamp:
Apr 10, 2008 3:54:58 PM (17 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

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

    r5999 r7879  
    180180    va_list args;
    181181    va_start(args, pszFormat);
    182     size_t cbRet = RTStrAPrintfV(ppszBuffer, pszFormat, args);
     182    int cbRet = RTStrAPrintfV(ppszBuffer, pszFormat, args);
    183183    va_end(args);
    184184    return cbRet;
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