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

    r54 r124  
    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                }