Changeset 36827 in vbox
- Timestamp:
- Apr 23, 2011 11:15:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/assert.cpp
r30111 r36827 266 266 # ifdef IN_RING3 267 267 /* print to stderr, helps user and gdb debugging. */ 268 char szMsg[ 1024];268 char szMsg[sizeof(g_szRTAssertMsg2)]; 269 269 va_copy(vaCopy, va); 270 270 RTStrPrintfV(szMsg, sizeof(szMsg), pszFormat, vaCopy);
Note:
See TracChangeset
for help on using the changeset viewer.