git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-12-18 18:52:32 +00:00
parent 11bf345961
commit 47bc67ba5a

View file

@ -646,7 +646,7 @@ SANITY();
* otherwise, add a new slot and use that.
*/
info = OBJECTAT(arrayIndex);
if (info->loc >= beginRangeLoc || info->attrs == attributes)
if (info->loc >= beginRangeLoc)
{
info->loc = beginRangeLoc;
if (info->attrs == attributes)