Show
Ignore:
Timestamp:
11/20/07 23:45:14 (1 year ago)
Author:
daboo
Message:

Merge of win32-merge branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Sources_Common/Application/Preferences/COptionsMap.cp

    r19 r143  
    127127 
    128128                // Look for new style s-expression 
    129                 if ((all[0UL] == '(') && 
     129                if ((all[(cdstring::size_type)0] == '(') && 
    130130                        (all[all.length() - 1] == ')')) 
    131131                { 
     
    354354                        value = 0; 
    355355                else 
    356                         value = str_value[0UL]; 
     356                        value = str_value[(cdstring::size_type)0]; 
    357357        } 
    358358        return result;