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