VirtualBox

儲存庫 vbox 的更動 13683


忽略:
時間撮記:
2008-10-30 下午05:49:17 (16 年 以前)
作者:
vboxsync
訊息:

Minor change

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/win/HostPowerWin.cpp

    r13682 r13683  
    160160                    {
    161161                        /* If the machine has less than 5% battery left (and is not connected to the AC), then we should save the state. */
    162                         if (    SystemPowerStatus.ACLineStatus == 0     /* offline */
    163                             &&  SystemPowerStatus.BatteryFlag != 255    /* unknown */
    164                             && (SystemPowerStatus.BatteryFlag & 4       /* critical battery status; less than 5% */))
     162                        if (   SystemPowerStatus.ACLineStatus == 0      /* offline */
     163                            && SystemPowerStatus.BatteryFlag  == 4      /* critical battery status; less than 5% */)
    165164                        {
    166165                            pPowerObj->notify(HostPowerEvent_BatteryLow);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette