VirtualBox

Ignore:
Timestamp:
Aug 29, 2018 3:24:53 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Added RTJsonIteratorBeginArray and RTJsonIteratorBeginObject for more accurate JSON decoding. Early RTCRestArray implementation. bugref:9167 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp

    r73958 r73960  
    291291            for (size_t i = 0; i < a_rThat.m_cElements; i++)
    292292            {
    293                 int rc = insertCopyWorker(i, *a_rThat.m_papElements[i], false);
     293                rc = insertCopyWorker(i, *a_rThat.m_papElements[i], false);
    294294                if (RT_SUCCESS(rc))
    295295                { /* likely */ }
     
    301301        }
    302302    }
    303     return VINF_SUCCESS;
     303    return rc;
    304304}
    305305
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