VirtualBox

Changeset 61695 in vbox


Ignore:
Timestamp:
Jun 14, 2016 11:41:09 AM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/json.cpp

    r61694 r61695  
    4747{
    4848    /** Line in the source. */
    49     unsigned       iLine;
     49    size_t         iLine;
    5050    /** Current start character .*/
    51     unsigned       iChStart;
     51    size_t         iChStart;
    5252    /** Current end character. */
    53     unsigned       iChEnd;
     53    size_t         iChEnd;
    5454} RTJSONPOS;
    5555/** Pointer to a position. */
     
    533533    else
    534534    {
    535         pToken->enmClass == RTJSONTOKENCLASS_INVALID;
     535        pToken->enmClass = RTJSONTOKENCLASS_INVALID;
    536536        rc = VERR_JSON_MALFORMED;
    537537    }
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