VirtualBox

Changeset 72832 in vbox


Ignore:
Timestamp:
Jul 3, 2018 4:29:06 PM (7 years ago)
Author:
vboxsync
Message:

Runtime: correct edito in the range check for OS X CoreFoundation COM
error codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp

    r69111 r72832  
    117117        default:
    118118            if (    (unsigned)iNativeCode >= 0x80000000U
    119                 &&  (unsigned)iNativeCode >= 0x8000FFFFU)
     119                &&  (unsigned)iNativeCode <= 0x8000FFFFU)
    120120                return RTErrConvertFromDarwinCOM(iNativeCode);
    121121            break;
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