Changeset 24322 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 4, 2009 12:21:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r24320 r24322 858 858 { 859 859 RTPrintf("found mode at index %d\n", i); 860 R Z_ZERO(customModes[i]);860 RT_ZERO(customModes[i]); 861 861 break; 862 862 }
Note:
See TracChangeset
for help on using the changeset viewer.