VirtualBox

Changeset 55767 in vbox


Ignore:
Timestamp:
May 8, 2015 7:50:58 PM (9 years ago)
Author:
vboxsync
Message:

*pFoo++ => pFoo++

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvCredential.cpp

    r49722 r55767  
    638638        {
    639639            *ppwszAccoutName = pwszName;
    640             *pPos++; /* Skip @, point to domain name (if any). */
     640            pPos++; /* Skip @, point to domain name (if any). */
    641641            if (    pPos != NULL
    642642                && *pPos != L'\0')
  • trunk/src/VBox/Debugger/DBGCCommands.cpp

    r54221 r55767  
    15671567
    15681568    while (RT_C_IS_ALNUM(*pszVar) || *pszVar == '_')
    1569         *pszVar++;
     1569        pszVar++;
    15701570    if (*pszVar)
    15711571        return DBGCCmdHlpPrintf(pCmdHlp,
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r55694 r55767  
    38623862                        *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
    38633863                        *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
    3864                         *pu8TmpPtr++;
     3864                        pu8TmpPtr++;
    38653865                    }
    38663866                    else
     
    38893889                    pix = u32Pal & 0xFF;
    38903890                    *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
    3891                     *pu8TmpPtr++;
     3891                    pu8TmpPtr++;
    38923892
    38933893                    j = (j + 1) % 2;
     
    39053905                    pix = u32Pal & 0xFF;
    39063906                    *pu8TmpPtr++ = pix * iStep / LOGO_SHOW_STEPS;
    3907                     *pu8TmpPtr++;
     3907                    pu8TmpPtr++;
    39083908                    break;
    39093909                }
     
    39133913                    *pu8TmpPtr++ = *pu8Src++ * iStep / LOGO_SHOW_STEPS;
    39143914                    *pu8TmpPtr++ = *pu8Src++ * iStep / LOGO_SHOW_STEPS;
    3915                     *pu8TmpPtr++;
     3915                    pu8TmpPtr++;
    39163916                    break;
    39173917            }
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