- Timestamp:
- Aug 21, 2010 1:57:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGuruMeditation.cpp
r31837 r31839 126 126 if (pMyHlp->fRecSummary) 127 127 { 128 uint32_t cchLeft = sizeof(pMyHlp->szSummary) - pMyHlp->offSummary;128 size_t cchLeft = sizeof(pMyHlp->szSummary) - pMyHlp->offSummary; 129 129 if (cchLeft > 1) 130 130 {
Note:
See TracChangeset
for help on using the changeset viewer.