ObjFW  Diff

Differences From Artifact [47a5b85ad1]:

To Artifact [d289104dc5]:


272
273
274
275
276
277
278
279
280
281


282
283
284
285
286
287
288
289
290
291
272
273
274
275
276
277
278



279
280



281
282
283
284
285
286
287







-
-
-
+
+
-
-
-







				    appendFormat: @"%10f\n",
						  data[j * rows + i]];
		}
	}

	[description appendString: @")>"];

	/*
	 * Class swizzle the string to be immutable. We declared the return type
	 * to be OFString*, so it can't be modified anyway. But not swizzling it
	[description makeImmutable];

	 * would create a real copy each time -[copy] is called.
	 */
	description->isa = [OFString class];
	return description;
}

- (float*)cArray
{
	return data;
}