ObjFW  Check-in [1a68929cbb]

Overview
Comment:Fix forgotten call to -[description] in -[componentsJoinedByString].
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1a68929cbbd2a2409e05d4362207c02160e455a758b3a046c6d9cc722891b728
User & Date: js on 2010-11-15 23:20:54
Other Links: manifest | tags
Context
2010-11-16
00:40
-[className] and +[className] now return an OFString. check-in: 2011b7b91c user: js tags: trunk
2010-11-15
23:20
Fix forgotten call to -[description] in -[componentsJoinedByString]. check-in: 1a68929cbb user: js tags: trunk
08:21
Reduce the number of states and correctly handle \t in OFXMLParser. check-in: e23674756b user: js tags: trunk
Changes

Modified src/OFArray.m from [f508012563] to [36b5ec075d].

299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
							       selector: _cmd];

		append(str, @selector(appendString:), [objs[i] description]);
		append(str, @selector(appendString:), separator);

		[pool releaseObjects];
	}
	append(str, @selector(appendString:), objs[i]);

	[pool release];

	return str;
}

- (BOOL)isEqual: (id)obj







|







299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
							       selector: _cmd];

		append(str, @selector(appendString:), [objs[i] description]);
		append(str, @selector(appendString:), separator);

		[pool releaseObjects];
	}
	append(str, @selector(appendString:), [objs[i] description]);

	[pool release];

	return str;
}

- (BOOL)isEqual: (id)obj