Changeset 22867 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Sep 9, 2009 3:26:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r22866 r22867 823 823 cModes++; 824 824 } 825 STR_FREE(); 825 826 rc = CFGMR3InsertInteger(pCfg, "CustomVideoModes", cModes); 826 827 … … 2859 2860 AssertMsgReturn(SUCCEEDED(hrc), ("hrc=%#x\n", hrc), 2860 2861 VERR_GENERAL_FAILURE); 2861 size_t cProps = namesOut.size(), cAlloc = cProps + 1; 2862 size_t cProps = namesOut.size(); 2863 size_t cAlloc = cProps + 1; 2862 2864 if ( valuesOut.size() != cProps 2863 2865 || timestampsOut.size() != cProps
Note:
See TracChangeset
for help on using the changeset viewer.