Changeset 18550 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 30, 2009 2:08:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r18480 r18550 1527 1527 REQ_CHECK_EXPR(SUP_IOCTL_LOGGER_SETTINGS, pReq->u.In.offDestination < cbStrTab); 1528 1528 REQ_CHECK_EXPR_FMT(pReq->u.In.szStrings[cbStrTab - 1] == '\0', 1529 ("SUP_IOCTL_LOGGER_SETTINGS: cbIn=%#x cbStrTab=%# x LastChar=%d\n",1529 ("SUP_IOCTL_LOGGER_SETTINGS: cbIn=%#x cbStrTab=%#zx LastChar=%d\n", 1530 1530 pReq->Hdr.cbIn, cbStrTab, pReq->u.In.szStrings[cbStrTab - 1])); 1531 1531 REQ_CHECK_EXPR(SUP_IOCTL_LOGGER_SETTINGS, pReq->u.In.fWhich <= SUPLOGGERSETTINGS_WHICH_RELEASE);
Note:
See TracChangeset
for help on using the changeset viewer.