engine/src/FeedParser.cpp
branchsymbian1
changeset 244 d6c20128dad5
parent 242 64a2995a3e08
child 247 60621d146c19
child 343 9c56bf585696
--- a/engine/src/FeedParser.cpp	Sat Oct 16 15:58:45 2010 +0100
+++ b/engine/src/FeedParser.cpp	Sat Oct 16 18:39:26 2010 +0100
@@ -302,11 +302,11 @@
 				
 				iItemsParsed++;
 				DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
-				if (iItemsParsed >= iMaxItems) 
-					{
-					iStoppedParsing = ETrue;
-					DP("*** Too many items, aborting parsing");
-					}
+//				if (iItemsParsed >= iMaxItems) 
+//					{
+//					iStoppedParsing = ETrue;
+//					DP("*** Too many items, aborting parsing");
+//					}
 				
 				iFeedState=EStateChannel;
 				}