Changeset 65088 in vbox for trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp
- Timestamp:
- Jan 3, 2017 8:52:49 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp
r63244 r65088 889 889 * @interface_method_impl{DBGFINFOHLP,pfnPrintfV} 890 890 */ 891 static DECLCALLBACK(void) MachineDebuggerInfoPrintfV(PCDBGFINFOHLP pHlp, const char *pszFormat, va_list va)892 { 893 RTStrFormatV(MachineDebuggerInfoOutput, (void *)pHlp, NULL, NULL, pszFormat, va);891 static DECLCALLBACK(void) MachineDebuggerInfoPrintfV(PCDBGFINFOHLP pHlp, const char *pszFormat, va_list args) 892 { 893 RTStrFormatV(MachineDebuggerInfoOutput, (void *)pHlp, NULL, NULL, pszFormat, args); 894 894 } 895 895
Note:
See TracChangeset
for help on using the changeset viewer.