VirtualBox

Changeset 38821 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 22, 2011 2:39:27 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74116
Message:

Devices/fdc: range

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/fdc.c

    r37478 r38821  
    24552455     * Validate.
    24562456     */
    2457     if (iLUN > 2) {
     2457    if (iLUN >= 2) {
    24582458        AssertMsgFailed (("Configuration error: cannot attach or detach any but the first two LUNs - iLUN=%u\n",
    24592459                          iLUN));
Note: See TracChangeset for help on using the changeset viewer.

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