mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
fb9d65327f
commit
79e7e51a48
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -502,7 +502,7 @@ SANITY();
|
|||
info->loc = afterRangeLoc;
|
||||
arrayIndex--;
|
||||
}
|
||||
else if (effectiveRange.location < beginRangeLoc)
|
||||
else
|
||||
{
|
||||
/*
|
||||
* The located range starts before our range.
|
||||
|
|
Loading…
Reference in a new issue