VirtualBox

Ignore:
Timestamp:
Oct 2, 2008 11:36:31 AM (16 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r12892 r12928  
    50705070    }
    50715071
    5072     AssertMsg((cSeg >= 0) && (cbRead == 0), ("No segment left but there is still data to read\n"));
     5072    AssertMsg(cbRead == 0, ("No segment left but there is still data to read\n"));
    50735073
    50745074    if (cTasksToSubmit == 0)
     
    52065206    }
    52075207
    5208     AssertMsg((cSeg >= 0) && (cbWrite == 0), ("No segment left but there is still data to read\n"));
     5208    AssertMsg(cbWrite == 0, ("No segment left but there is still data to read\n"));
    52095209
    52105210    if (cTasksToSubmit == 0)
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