Changeset 29357 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 11, 2010 2:18:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29355 r29357 139 139 } 140 140 141 unsigned cMemInfoBlocks = ret / sizeof(MemInfo );141 unsigned cMemInfoBlocks = ret / sizeof(MemInfo[0]); 142 142 143 143 for (unsigned i = 0; i < cMemInfoBlocks; i++)
Note:
See TracChangeset
for help on using the changeset viewer.