mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidied PL handling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15139 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb74d6f839
commit
e825c3ea98
5 changed files with 73 additions and 37 deletions
|
@ -678,10 +678,10 @@ failure:
|
|||
|
||||
- (NSString*) description
|
||||
{
|
||||
extern void GSPropertyListMake(id, NSDictionary*, BOOL, unsigned, id*);
|
||||
extern void GSPropertyListMake(id,NSDictionary*,BOOL,BOOL,unsigned,id*);
|
||||
NSMutableString *result = nil;
|
||||
|
||||
GSPropertyListMake(self, nil, NO, 0, &result);
|
||||
GSPropertyListMake(self, nil, NO, YES, 0, &result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue