diff -r d45095c2f4f3 -r b1fb57be53fe mmappcomponents/asxparser/src/asxparser.cpp --- a/mmappcomponents/asxparser/src/asxparser.cpp Tue Feb 02 00:27:58 2010 +0200 +++ b/mmappcomponents/asxparser/src/asxparser.cpp Fri Mar 19 09:38:24 2010 +0200 @@ -15,7 +15,7 @@ * */ -// Version : %version: e003sa33#10.1.6 % +// Version : %version: 10.1.5 % @@ -299,8 +299,7 @@ CleanupStack::PopAndDestroy(); //attributeList } - TBool urlIsSet = EFalse; - while( !urlIsSet && nodelist2.HasNext() ) + while( nodelist2.HasNext() ) { element = nodelist2.Next(); @@ -327,8 +326,6 @@ TPtrC8 attrData = attr.Value(); asxItem->url = attrData.AllocL(); iAsxArray.Append(asxItem); - urlIsSet = ETrue; - break; } }