engine/src/FeedParser.cpp
branchRCL_3
changeset 321 7a0fb290f9c6
parent 258 f02d87cb8d1f
child 330 4cf89a7d3476
--- a/engine/src/FeedParser.cpp	Sun Oct 31 14:14:17 2010 +0000
+++ b/engine/src/FeedParser.cpp	Sun Oct 31 14:15:37 2010 +0000
@@ -309,11 +309,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;
 				}