Changeset 90549 in vbox for trunk/src/VBox/Debugger/DBGCCmdHlp.cpp
- Timestamp:
- Aug 6, 2021 1:57:29 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCCmdHlp.cpp
r86098 r90549 1310 1310 pDbgc->DbgfOutputHlp.pfnPrintf = dbgcHlpGetDbgfOutputHlp_Printf; 1311 1311 pDbgc->DbgfOutputHlp.pfnPrintfV = dbgcHlpGetDbgfOutputHlp_PrintfV; 1312 pDbgc->DbgfOutputHlp.pfnGetOptError = DBGFR3InfoGen ricGetOptError;1312 pDbgc->DbgfOutputHlp.pfnGetOptError = DBGFR3InfoGenericGetOptError; 1313 1313 } 1314 1314
Note:
See TracChangeset
for help on using the changeset viewer.