mmappcomponents/asxparser/src/asxparser.cpp
changeset 20 b1fb57be53fe
parent 2 7a9a8e73f54b
child 25 d881023c13eb
--- 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;
 	                                }
 	                            }