VirtualBox

Ignore:
Timestamp:
Jan 18, 2022 11:24:43 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149369
Message:

IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp

    r93115 r93301  
    10241024        {
    10251025            m_rdValue = iTmp;
    1026             if (m_rdValue == iTmp)
     1026            if ((int64_t)m_rdValue == iTmp)
    10271027                return rc;
    10281028            return a_rCursor.m_pPrimary->addError(a_rCursor, VERR_OUT_OF_RANGE, "value %RI64 does not fit in a double", iTmp);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette