ObjFW  Diff

Differences From Artifact [8fc69896c1]:

To Artifact [c1d0bcacb5]:


586
587
588
589
590
591
592
593
594


595
596
597
598
599
600
601
602
586
587
588
589
590
591
592


593
594

595
596
597
598
599
600
601







-
-
+
+
-







			[delegate parser: self
			   didEndElement: name
			      withPrefix: prefix
			       namespace: ns];

		[namespaces removeNObjects: 1];
	} else if (prefix != nil) {
		OFString *str = [OFString stringWithFormat: @"%s:%s",
							    [prefix cString],
		OFString *str = [OFString stringWithFormat: @"%@:%@",
							    prefix, name];
							    [name cString]];
		[previous addObject: str];
	} else
		[previous addObject: name];

	[pool release];

	[name release];