Changeset 46027 in vbox
- Timestamp:
- May 13, 2013 3:55:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp
r46025 r46027 1435 1435 { NULL, NULL, 0 } 1436 1436 }; 1437 for (unsigned i = 0; i < RT_ELEMENTS(aNativePaths) - 1U; i++)1437 for (unsigned i = 0; i < aNativePaths[i].pList; i++) 1438 1438 { 1439 1439 Assert(aNativePaths[i].chSep == ';'); /* fix when needed */
Note:
See TracChangeset
for help on using the changeset viewer.