Ooops fixed typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10262 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-06-26 13:39:07 +00:00
parent aa4ed3f15e
commit 0c38367075

View file

@ -503,7 +503,7 @@ deserializeFromInfo(_NSDeserializerInfo* info)
}
p = NSZoneRealloc(NSDefaultMallocZone(), b, size);
s = (NSString*)NSAllocateObject(CSCls, 0, NSDefaultMallocZone());
s = (*csInitImp)(s, csInitSel, b, size-1, YES);
s = (*csInitImp)(s, csInitSel, p, size, YES);
}
else
{