Changeset 187
- Timestamp:
- 01/26/09 17:21:04 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/users/kenneth_porter/FromTrunk/Sources_Common/Offline/Mail/CLocalClient.cp
r143 r187 3649 3649 3650 3650 unsigned long pos = 0; 3651 for(SIndexList::const_iterator iter = mIndexList.begin(); iter != mIndexList.end(); iter++, pos++)3651 for(SIndexList::const_iterator iter = mIndexList.begin(); (indices.size() > 0) && (iter != mIndexList.end()); iter++, pos++) 3652 3652 { 3653 3653 if (pos == indices.front())