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/CIdentity.cp

    r54 r143  
    319319                cdstring acct; 
    320320                txt.get(acct, true); 
    321                 if (acct[0UL] == ':') 
     321                if (acct[(cdstring::size_type)0] == ':') 
    322322                { 
    323                         mSMTPAccount.first = &acct[1UL]; 
     323                        mSMTPAccount.first = &acct[(cdstring::size_type)1]; 
    324324                        mSMTPAccount.second = false; 
    325325                }