ObjFW  Diff

Differences From Artifact [05fab1ecc3]:

To Artifact [23e15b2038]:


636
637
638
639
640
641
642
643
644


645
646
647
648
649
650
651
636
637
638
639
640
641
642


643
644
645
646
647
648
649
650
651







-
-
+
+







					     indentation: ind
						   level: level + 1];
			else
				child = [childrenObjects[j]
				    XMLStringWithIndentation: ind
						       level: level + 1];

			[tmp addNItems: [child UTF8StringLength]
			    fromCArray: [child UTF8String]];
			[tmp addItemsFromCArray: [child UTF8String]
					  count: [child UTF8StringLength]];
		}

		if (indent)
			[tmp addItem: "\n"];

		length += [tmp count] + [name UTF8StringLength] + 2 +
		    (indent ? level * indentation : 0);