Changeset 41780 in vbox
- Timestamp:
- Jun 16, 2012 6:53:58 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Debugger/DBGCEval.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEval.cpp
r41573 r41780 997 997 } 998 998 999 /* Stringify numeric and poi tner values. */999 /* Stringify numeric and pointer values. */ 1000 1000 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]); 1001 1001 size_t cch = pDbgc->CmdHlp.pfnStrPrintf(&pDbgc->CmdHlp, pDbgc->pszScratch, cbScratch, "%Dv", pArg);
Note:
See TracChangeset
for help on using the changeset viewer.

