- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Application/Preferences/CIdentity.cp
r54 r143 319 319 cdstring acct; 320 320 txt.get(acct, true); 321 if (acct[ 0UL] == ':')321 if (acct[(cdstring::size_type)0] == ':') 322 322 { 323 mSMTPAccount.first = &acct[ 1UL];323 mSMTPAccount.first = &acct[(cdstring::size_type)1]; 324 324 mSMTPAccount.second = false; 325 325 }