omadmadapters/syncmldm12/src/NSmlDmSettingsAdapter12.cpp
changeset 47 d316aecb87fd
parent 45 0f9fc722d255
child 56 a9afc3a8dbfa
--- a/omadmadapters/syncmldm12/src/NSmlDmSettingsAdapter12.cpp	Tue Jul 13 03:51:25 2010 +0530
+++ b/omadmadapters/syncmldm12/src/NSmlDmSettingsAdapter12.cpp	Tue Jul 13 04:01:20 2010 +0530
@@ -2044,7 +2044,7 @@
 		{
 			TInt pid = i + KMaxDataSyncID;
 			TInt index = profileList.Find(pid );
-			if( index >= i  )
+			if( index >= 0  )
 			{	    		
 	        	TInt rValue(KErrNone);
 	        	RSyncMLDevManProfile profile;