- Timestamp:
- Feb 10, 2009 3:31:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r16230 r16639 349 349 } 350 350 #else 351 offset = sprintf( txt, " OpenGL Debug: ");351 offset = sprintf( txt, "[0x%x] OpenGL Debug: ", crThreadID()); 352 352 #endif 353 353 va_start( args, format );
Note:
See TracChangeset
for help on using the changeset viewer.