VirtualBox

Changeset 7824 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 9, 2008 9:40:05 AM (17 years ago)
Author:
vboxsync
Message:

Fix assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r7780 r7824  
    954954                            /* Report the format name. */
    955955                            RTPathStripExt(pPluginDirEntry->szName);
    956                             AssertBreak(strlen(pPluginDirEntry->szName) <= VBOX_HDDFORMAT_PLUGIN_PREFIX_LENGTH,
     956                            AssertBreak(strlen(pPluginDirEntry->szName) > VBOX_HDDFORMAT_PLUGIN_PREFIX_LENGTH,
    957957                                        rc = VERR_INVALID_NAME);
    958958
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