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:
Richard Frith-Macdonald 2002-03-11 19:52:22 +00:00
parent 1843352611
commit 83d2767d48

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);
}
}