Changeset 36819 in vbox
- Timestamp:
- Apr 22, 2011 7:40:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp
r35346 r36819 1085 1085 static int cfgmR3ResolveNode(PCFGMNODE pNode, const char *pszPath, PCFGMNODE *ppChild) 1086 1086 { 1087 *ppChild = NULL; 1087 1088 if (!pNode) 1088 1089 return VERR_CFGM_NO_PARENT; … … 1144 1145 static int cfgmR3ResolveLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf) 1145 1146 { 1147 *ppLeaf = NULL; 1146 1148 if (!pNode) 1147 1149 return VERR_CFGM_NO_PARENT;
Note:
See TracChangeset
for help on using the changeset viewer.