mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
aa4ed3f15e
commit
0c38367075
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue