VirtualBox

忽略:
時間撮記:
2014-5-27 上午08:56:28 (10 年 以前)
作者:
vboxsync
訊息:

Main/ConsoleImpl2.cpp: fix variable typos

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r51292 r51419  
    16851685
    16861686            /* UGA mode settings */
    1687             uint32_t u32UgaHorisontal = 0;
     1687            uint32_t u32UgaHorizontal = 0;
    16881688            GetExtraDataBoth(virtualBox, pMachine, "VBoxInternal2/EfiUgaHorizontalResolution", &strTmp);
    16891689            if (!strTmp.isEmpty())
    1690                 u32UgaHorisontal = strTmp.toUInt32();
     1690                u32UgaHorizontal = strTmp.toUInt32();
    16911691
    16921692            uint32_t u32UgaVertical = 0;
     
    17121712            InsertConfigInteger(pCfg,  "64BitEntry", f64BitEntry); /* boolean */
    17131713            InsertConfigInteger(pCfg,  "GopMode", u32GopMode);
    1714             InsertConfigInteger(pCfg,  "UgaHorizontalResolution", u32UgaHorisontal);
     1714            InsertConfigInteger(pCfg,  "UgaHorizontalResolution", u32UgaHorizontal);
    17151715            InsertConfigInteger(pCfg,  "UgaVerticalResolution", u32UgaVertical);
    17161716
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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