VirtualBox

Ignore:
Timestamp:
Apr 16, 2012 11:58:26 AM (13 years ago)
Author:
vboxsync
Message:

runtime: backed out r77481,r77482,r77483,r77484,r77485

File:
1 edited

Legend:

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

    r40934 r40938  
    132132
    133133        /* failure */
    134         pArg->psz = (char *)NULL;
     134        pArg->psz = NULL;
    135135    }
    136136    return 0;
     
    153153    Arg.pszTag      = pszTag;
    154154    szBuf[0] = '\0';
    155     int cbRet = (int)RTStrFormatV(strallocoutput, &Arg, (PFNSTRFORMAT)NULL, NULL, pszFormat, args);
     155    int cbRet = (int)RTStrFormatV(strallocoutput, &Arg, NULL, NULL, pszFormat, args);
    156156    if (Arg.psz)
    157157    {
     
    175175    {
    176176        /* allocation error */
    177         *ppszBuffer = (char *)NULL;
     177        *ppszBuffer = NULL;
    178178        cbRet = -1;
    179179
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