Property list output fixups.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10851 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-09-08 05:11:58 +00:00
parent c3c10cf464
commit ddd9a6e299
6 changed files with 62 additions and 60 deletions

View file

@ -571,15 +571,6 @@ failure:
NSZone *z;
extern BOOL GSMacOSXCompatiblePropertyLists();
/* Don't think we want this
if (GSMacOSXCompatiblePropertyLists() == YES)
{
extern NSString *GSXMLPlMake(id obj, NSDictionary *loc, unsigned lev);
return GSXMLPlMake(self, nil, 0);
}
*/
src = [self bytes];
length = [self length];
z = [self zone];