pimappservices/calendar/server/src/agsattachmentindex.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
--- a/pimappservices/calendar/server/src/agsattachmentindex.cpp	Wed Sep 15 12:11:35 2010 +0300
+++ b/pimappservices/calendar/server/src/agsattachmentindex.cpp	Wed Oct 13 14:30:35 2010 +0300
@@ -281,7 +281,8 @@
 		{
 		// check every attachment
 		const CAgnAttachmentIndexItem* KAttachmentItem = iIndex[i];
-		for (TInt j = 0; j < KAttachmentItem->Entries().Count(); ++j)
+		const TInt entryCount = KAttachmentItem->Entries().Count();
+		for (TInt j = 0; j < entryCount; ++j)
 			{
 			// check every entry associated with each attachment
 			if (KEntryLocalUid == (KAttachmentItem->Entries())[j])