- Timestamp:
- Sep 3, 2009 1:57:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 51899
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r22652 r22751 374 374 } 375 375 376 #ifdef DEBUG_misha 376 377 /* guest usually completes commands in the order it receives it 377 378 * if we're here this would typically means there is some cmd loss */ 378 379 Assert(0); 380 #endif 379 381 380 382 pPrev = pEntry; -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp
r22675 r22751 974 974 QByteArray asciiStr = program.toAscii(); 975 975 const char * contents = asciiStr.constData(); 976 GLint length = (GLint)strlen(contents) + 1;976 GLint length = (GLint)strlen(contents); 977 977 978 978 VBOXQGL_CHECKERR(
Note:
See TracChangeset
for help on using the changeset viewer.