Changeset 28300 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 14, 2010 12:22:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28297 r28300 705 705 /* Did we get some status? */ 706 706 PHOSTEXECCALLBACKDATA pData = (HOSTEXECCALLBACKDATA*)it->pvData; 707 Assert(it->cbData ,sizeof(HOSTEXECCALLBACKDATA));707 Assert(it->cbData == sizeof(HOSTEXECCALLBACKDATA)); 708 708 AssertPtr(pData); 709 709 if (it->bCalled)
Note:
See TracChangeset
for help on using the changeset viewer.