Changeset 56279 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- 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/Runtime/r3/xml.cpp
r53597 r56279 154 154 va_start(args, pcszContext); 155 155 RTStrAPrintfV(&pszContext2, pcszContext, args); 156 va_end(args); 156 157 char *newMsg; 157 158 RTStrAPrintf(&newMsg, "%s: %d(%s)", pszContext2, aRC, RTErrGetShort(aRC));
Note:
See TracChangeset
for help on using the changeset viewer.