Show
Ignore:
Timestamp:
11/18/07 21:10:24 (1 year ago)
Author:
daboo
Message:

Win32 VCPP changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/win32-merge-121/Sources_Common/Application/Preferences/COptionsMap.cp

    r19 r124  
    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;