VirtualBox

忽略:
時間撮記:
2015-5-8 下午08:01:46 (10 年 以前)
作者:
vboxsync
訊息:

Main: it++ => ++it

檔案:
修改 1 筆資料

圖例:

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

    r55721 r55769  
    39453945        /* Find the correct USB device in the list. */
    39463946        USBStorageDeviceList::iterator it;
    3947         for (it = pThis->mUSBStorageDevices.begin(); it != pThis->mUSBStorageDevices.end(); it++)
     3947        for (it = pThis->mUSBStorageDevices.begin(); it != pThis->mUSBStorageDevices.end(); ++it)
    39483948        {
    39493949            if (it->iPort == lPort)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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