equal
deleted
inserted
replaced
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 |