Changeset 60555 in vbox
- Timestamp:
- Apr 18, 2016 7:13:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106684
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r60553 r60555 1823 1823 pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[0]; 1824 1824 memset(pBusLogic->aReplyBuffer, 0, pBusLogic->cbReplyParametersLeft); 1825 const char aModelName[] = "958 ";/* Trailing \0 is fine, that's the filler anyway. */1825 const char aModelName[] = "958D "; /* Trailing \0 is fine, that's the filler anyway. */ 1826 1826 int cCharsToTransfer = pBusLogic->cbReplyParametersLeft <= sizeof(aModelName) 1827 1827 ? pBusLogic->cbReplyParametersLeft
Note:
See TracChangeset
for help on using the changeset viewer.