diff --git a/Source/NSGAttributedString.m b/Source/NSGAttributedString.m index 25f87e368..9ed3fd004 100644 --- a/Source/NSGAttributedString.m +++ b/Source/NSGAttributedString.m @@ -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)