mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Varous tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
350af41dcc
commit
89a0cb9080
7 changed files with 329 additions and 284 deletions
|
@ -164,7 +164,8 @@ main(int argc, char** argv, char **env)
|
|||
if (result == nil)
|
||||
GSPrintf(stderr, @"Parsing '%@' - nil property list\n", file);
|
||||
else if ([result isKindOfClass: [NSDictionary class]] == YES)
|
||||
GSPrintf(stderr, @"Parsing '%@' - seems ok\n", file);
|
||||
GSPrintf(stderr, @"Parsing '%@' - seems ok (%d entries)\n",
|
||||
file, [result count]);
|
||||
else
|
||||
GSPrintf(stderr, @"Parsing '%@' - unexpected class - %@\n",
|
||||
file, [[result class] description]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue