[CF-550.42/CFPropertyList.c] Bug in error message?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=D49qowgdwDBWGAmHr6LW1LrC4fiS1a5D4shVFrfP8TY=; b=aChtwptXZWrUhNjXo+2JjvwuKpmlIWuhj+5HbJl6u7UBza8ixeIHHomJpAZFyHz9mH +eYh3c+v+IjCk4OfkOiEV4sujF6UXQ/mdKKSXUpODVDFdWbgxkjBkH/Zgz5quaSc5SU/ ZSVP3k3uLrDf+uTss0DX9ECxeiB4q5nIb/Wfc= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=WYjoWJaOQnzWu4uoB4SCGHsYzigozQa/5pXrZKg8zK3JTdxmOZExooxW2hVtobhe5A sKDGH8kpRo9EUDbWtPxUwidzC49+oWuHRdxMUYUgx4P+1MUZFErcPwP8k01ogmcyZQBC oc95zKGdBpuINHuWw65Oc0DpsUuUu/P2qDCRc= Function: --------- Code: ----- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... static CFDictionaryRef parsePlistDictContent(_CFXMLPlistParseInfo *pInfo); 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..."? This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev