Changeset 52576 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Sep 3, 2014 7:41:05 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 95845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r52575 r52576 690 690 } 691 691 if (Hdr.cbIn < cbReq) 692 RT_BZERO((uint8_t *)pHdr + Hdr.cbIn, cbReq - Hdr.cbIn) 692 RT_BZERO((uint8_t *)pHdr + Hdr.cbIn, cbReq - Hdr.cbIn); 693 693 } 694 694 else
Note:
See TracChangeset
for help on using the changeset viewer.