VirtualBox

Ignore:
Timestamp:
Feb 7, 2013 10:44:26 AM (12 years ago)
Author:
vboxsync
Message:

Additions/WINNT/VBoxTray: Fix for a return value. "FALSE" return value would have meant, DISPLAY_CHANGE_SUCCESS, which is incorrect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp

    r44557 r44578  
    268268        {
    269269            LogRel(("VBoxTray: ENUM_REGISTRY_SETTINGS Failed \n"));
    270             return FALSE; // Store default failed
     270            return DISP_CHANGE_FAILED; // Store default failed
    271271        }
    272272        /* Save info about primary display */
     
    356356        DispNum++;
    357357    }
    358     /* we don't want to retry, as it may get stuck in an inifinite loop. */
    359358    return dwStatus;
    360359 }
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