engine/src/FeedParser.cpp
changeset 89 9d854792013a
parent 60 4d230e702aa3
child 171 cc1be3797632
child 228 c553fa9dcbe5
child 242 64a2995a3e08
equal deleted inserted replaced
84:fbb6c20a24b5 89:9d854792013a
   279 				
   279 				
   280 				// We should now be finished with the show.
   280 				// We should now be finished with the show.
   281 				iActiveShow = NULL;
   281 				iActiveShow = NULL;
   282 				
   282 				
   283 				iItemsParsed++;
   283 				iItemsParsed++;
   284 				//DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
   284 				DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
   285 				if (iItemsParsed > iMaxItems) 
   285 				if (iItemsParsed >= iMaxItems) 
   286 					{
   286 					{
   287 					iStoppedParsing = ETrue;
   287 					iStoppedParsing = ETrue;
   288 					DP("*** Too many items, aborting parsing");
   288 					DP("*** Too many items, aborting parsing");
   289 					}
   289 					}
   290 				
   290