Tiny fix ... copy content using correct zone

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-07 05:25:44 +00:00
parent 026f35f821
commit d79f9a1d56

View file

@ -3612,7 +3612,7 @@ static NSCharacterSet *tokenSet = nil;
}
else
{
c->content = [content copy];
c->content = [content copyWithZone: z];
}
return c;
}