From 8a29fed3557babc8106d372f03aebd6f193ca28f Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 18 Dec 2000 18:52:32 +0000 Subject: [PATCH] Tidy git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8357 72102866-910b-0410-8b05-ffd578937521 --- Source/NSGAttributedString.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)