[CF-550.42/CFPropertyList.c] Bug in error message?
[CF-550.42/CFPropertyList.c] Bug in error message?
- Subject: [CF-550.42/CFPropertyList.c] Bug in error message?
- From: Iceberg-Dev <email@hidden>
- Date: Sat, 8 Jan 2011 17:43:53 +0100
Function:
---------
static CFDictionaryRef parsePlistDictContent(_CFXMLPlistParseInfo
*pInfo);
Code:
-----
pInfo->error = __CFPropertyListCreateError(pInfo->allocator,
kCFPropertyListReadCorruptError, CFSTR("Unexpected ';' or '=' after
key at line %d"), lineNumber(pInfo));
Shouldn't the error message be "Expected..." or "Missing..." instead
of "Unexpected..."?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden