VirtualBox

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


Ignore:
Timestamp:
Apr 14, 2010 12:22:55 PM (15 years ago)
Author:
vboxsync
Message:

Burn fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r28297 r28300  
    705705                /* Did we get some status? */
    706706                PHOSTEXECCALLBACKDATA pData = (HOSTEXECCALLBACKDATA*)it->pvData;
    707                 Assert(it->cbData, sizeof(HOSTEXECCALLBACKDATA));
     707                Assert(it->cbData == sizeof(HOSTEXECCALLBACKDATA));
    708708                AssertPtr(pData);
    709709                if (it->bCalled)
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