author | Sebastian Brannstrom <sebastianb@symbian.org> |
Sat, 23 Oct 2010 17:09:23 +0100 | |
branch | 3rded |
changeset 277 | 03ad04f315db |
parent 276 | 4357d59592dd |
child 278 | e6aa20533d01 |
--- a/engine/src/FeedParser.cpp Sat Oct 16 15:58:45 2010 +0100 +++ b/engine/src/FeedParser.cpp Sat Oct 23 17:09:23 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; }