Changeset 56279 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Jun 8, 2015 6:09:47 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c
r53088 r56279 709 709 static char txt[8092]; 710 710 711 va_start( args, format ); 712 vsprintf( txt, format, args ); 711 va_start(args, format); 712 vsprintf(txt, format, args); 713 va_end(args); 713 714 714 715 OutputDebugString(txt);
Note:
See TracChangeset
for help on using the changeset viewer.