engine/src/FeedParser.cpp
branchRCL_3
changeset 255 a13c58ace598
parent 254 042bb9038b32
child 247 60621d146c19
child 343 9c56bf585696
equal deleted inserted replaced
254:042bb9038b32 255:a13c58ace598
   300 				// We should now be finished with the show.
   300 				// We should now be finished with the show.
   301 				iActiveShow = NULL;
   301 				iActiveShow = NULL;
   302 				
   302 				
   303 				iItemsParsed++;
   303 				iItemsParsed++;
   304 				DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
   304 				DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
   305 				if (iItemsParsed >= iMaxItems) 
   305 //				if (iItemsParsed >= iMaxItems) 
   306 					{
   306 //					{
   307 					iStoppedParsing = ETrue;
   307 //					iStoppedParsing = ETrue;
   308 					DP("*** Too many items, aborting parsing");
   308 //					DP("*** Too many items, aborting parsing");
   309 					}
   309 //					}
   310 				
   310 				
   311 				iFeedState=EStateChannel;
   311 				iFeedState=EStateChannel;
   312 				}
   312 				}
   313 			break;
   313 			break;
   314 		case EStateItemPubDate:
   314 		case EStateItemPubDate: