Attributed string fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-03-19 08:04:27 +00:00
parent fb9d65327f
commit 79e7e51a48
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-03-19 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSGAttributedString.m: ([setAttributes:range:]) make sure
attributes are set when old range starts at start of new range.
2000-03-18 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/gdomap.c: Become an unpriveliged user after binding to

View file

@ -502,7 +502,7 @@ SANITY();
info->loc = afterRangeLoc;
arrayIndex--;
}
else if (effectiveRange.location < beginRangeLoc)
else
{
/*
* The located range starts before our range.