Changeset 51162 in vbox for trunk/include/VBox/vd-ifs.h
- Timestamp:
- Apr 29, 2014 10:49:36 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93508
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-ifs.h
r51108 r51162 975 975 *pcbData = cb; 976 976 if (!pCfgIf->pfnQueryBytes) 977 *pcbData--;977 (*pcbData)--; 978 978 } 979 979 else … … 1101 1101 *pcbData = cb; 1102 1102 if (!pCfgIf->pfnQueryBytes) 1103 *pcbData--;1103 (*pcbData)--; 1104 1104 } 1105 1105 else
Note:
See TracChangeset
for help on using the changeset viewer.