Changeset 24320 in vbox for trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
- Timestamp:
- Nov 4, 2009 11:38:15 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 54331
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r22562 r24320 651 651 652 652 /* null out the table */ 653 memset(customModes, 0, sizeof(customModes));653 RT_ZERO(customModes); 654 654 655 655 do … … 858 858 { 859 859 RTPrintf("found mode at index %d\n", i); 860 memset(&customModes[i], 0, sizeof(customModes[i]));860 RZ_ZERO(customModes[i]); 861 861 break; 862 862 }
Note:
See TracChangeset
for help on using the changeset viewer.