Changeset 24451 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 6, 2009 3:37:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r24448 r24451 2807 2807 } 2808 2808 } 2809 #ifdef DEBUG_misha 2809 2810 Assert(bFound); 2811 #endif 2810 2812 if(!bFound) 2811 2813 { 2814 #ifdef DEBUG_misha 2812 2815 Assert(0); 2816 #endif 2813 2817 pCmd->u.out.ErrInfo = -1; 2814 2818 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.