VirtualBox

Changeset 43754 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 26, 2012 10:20:14 AM (12 years ago)
Author:
vboxsync
Message:

src-client/ConsoleImpl2: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r43753 r43754  
    16841684                        if (u32HDSataPortCount < MAX_SATA_LUN_COUNT)
    16851685                            u32MaxPortCount = u32HDSataPortCount;
    1686                         for (size_t i = 1; i < u32MaxPortCount; i++)
    1687                             lPortLUN[i] = GetNextUsedSataPort(lPortUsed,
    1688                                                               lPortLUN[i-1],
     1686                        for (size_t j = 1; j < u32MaxPortCount; j++)
     1687                            lPortLUN[j] = GetNextUsedSataPort(lPortUsed,
     1688                                                              lPortLUN[j-1],
    16891689                                                              u32HDSataPortCount);
    16901690                        if (pBiosCfg)
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