Changeset 53515 in vbox
- Timestamp:
- Dec 12, 2014 9:48:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r53440 r53515 219 219 &fEnabled); 220 220 /* 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) 223 222 VBClFatalError(("Internal error retrieving the number of saved screen modes.\n")); 224 223 if (rc == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.