changeset 21 | 420a1b4930da |
parent 19 | 9219912415dc |
child 90 | 50edf2be6f0d |
--- a/engine/src/PodcastUtils.cpp Sat Feb 27 16:41:36 2010 +0000 +++ b/engine/src/PodcastUtils.cpp Sat Feb 27 18:30:56 2010 +0000 @@ -68,6 +68,12 @@ EXPORT_C void PodcastUtils::CleanHtmlL(TDes &str) { + + if (str.Length() == 0) + { + return; + } + // miscellaneous cleanup const TChar KLineBreak(CEditableText::ELineBreak); _LIT(KNewLine, "\n");