mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11bf345961
commit
47bc67ba5a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue