ObjFW  Diff

Differences From Artifact [6f7988f149]:

To Artifact [ae14e81241]:


237
238
239
240
241
242
243
244


245
246
247
248
249
250
251
237
238
239
240
241
242
243

244
245
246
247
248
249
250
251
252







-
+
+







		while ((key = [key_enum nextObject]) != nil &&
		    (obj = [obj_enum nextObject]) != nil)
			[all_namespaces setObject: obj
					   forKey: key];
	} else
		all_namespaces = namespaces;

	prefix = [all_namespaces objectForKey: (ns != nil ? ns : @"")];
	prefix = [all_namespaces objectForKey:
	    (ns != nil ? ns : (OFString*)@"")];

	i = 0;
	len = [name cStringLength] + 3;
	str_c = [self allocMemoryWithSize: len];

	/* Start of tag */
	str_c[i++] = '<';