VirtualBox

Changeset 53515 in vbox


Ignore:
Timestamp:
Dec 12, 2014 9:48:56 AM (10 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: remove invalid sanity test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display.cpp

    r53440 r53515  
    219219                                         &fEnabled);
    220220            /* Sanity test. */
    221             if (   (rc != VINF_SUCCESS && rc != VERR_NOT_FOUND)
    222                 || (i > cScreens && rc != VERR_NOT_FOUND))
     221            if (i > cScreens && rc != VERR_NOT_FOUND)
    223222                VBClFatalError(("Internal error retrieving the number of saved screen modes.\n"));
    224223            if (rc == VINF_SUCCESS)
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