Changeset 124 for Mulberry/branches/win32-merge-121/Sources_Common/Application/Preferences/COptionsMap.cp
- Timestamp:
- 11/18/07 21:10:24 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/win32-merge-121/Sources_Common/Application/Preferences/COptionsMap.cp
r19 r124 127 127 128 128 // Look for new style s-expression 129 if ((all[ 0UL] == '(') &&129 if ((all[(cdstring::size_type)0] == '(') && 130 130 (all[all.length() - 1] == ')')) 131 131 { … … 354 354 value = 0; 355 355 else 356 value = str_value[ 0UL];356 value = str_value[(cdstring::size_type)0]; 357 357 } 358 358 return result;