VirtualBox

Changeset 17951 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Mar 16, 2009 4:19:53 PM (16 years ago)
Author:
vboxsync
Message:

Runtime: reversed r44528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp

    r17949 r17951  
    441441
    442442        default:
    443             if (iErr > -1000)  /* VBox private errors */
    444                 AssertMsgFailed(("Unhandled error code %Rrc\n", iErr));
     443            AssertMsgFailed(("Unhandled error code %Rrc\n", iErr));
    445444#ifdef EPROTO
    446445            return EPROTO;
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