Minor safety enhancement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13085 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-03-11 19:52:22 +00:00
parent 5556492daa
commit e3b45e1a92

View file

@ -1624,7 +1624,7 @@ failure:
{
[self setLength: need];
}
memcpy([self mutableBytes] + aRange.location, bytes, aRange.length);
memmove([self mutableBytes] + aRange.location, bytes, aRange.length);
}
}