Changeset 107960 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 28, 2025 10:34:56 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r106696 r107960 1548 1548 for (iField = 0; iField < RT_ELEMENTS(apszFields); iField++) 1549 1549 { 1550 apszFields[ 0] = &pszzStrings[off];1550 apszFields[iField] = &pszzStrings[off]; 1551 1551 while (off < cbStrings) 1552 1552 { … … 1576 1576 if (fFlags & GUEST_PROP_F_RDONLYGUEST) 1577 1577 { 1578 apszFields[0] += sizeof(g_szzPattern) - 2;1578 apszFields[0] += sizeof(g_szzPattern) - 3; 1579 1579 VGDrvCommonProcessOption(pDevExt, apszFields[0], apszFields[1]); 1580 1580 }
Note:
See TracChangeset
for help on using the changeset viewer.