VirtualBox

Changeset 8504 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 30, 2008 11:45:08 AM (17 years ago)
Author:
vboxsync
Message:

initialize where it's used.

File:
1 edited

Legend:

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

    r8488 r8504  
    250250RTDECL(int) RTStrFormatTypeRegister(const char *pszType, PFNRTSTRFORMATTYPE pfnHandler, void *pvUser)
    251251{
     252    int rc;
    252253    size_t cchType;
    253     int rc = VINF_SUCCESS;
    254254    uint32_t cTypes;
    255255
     
    273273        /* find where to insert it. */
    274274        uint32_t i = 0;
     275        rc = VINF_SUCCESS;
    275276        while (i < cTypes)
    276277        {
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