Changeset 3152 for code/branches/pch/src/core/ConfigFileManager.cc
- Timestamp:
- Jun 12, 2009, 6:47:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/core/ConfigFileManager.cc
r2896 r3152 312 312 // There might be an array index 313 313 unsigned int index = 0; 314 if ( ConvertValue(&index, line.substr(pos2 + 1, pos3 - pos2 - 1)))314 if (convertValue(&index, line.substr(pos2 + 1, pos3 - pos2 - 1))) 315 315 { 316 316 // New array
Note: See TracChangeset
for help on using the changeset viewer.