Initialize range in the aRange.length==0 case.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18335 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-01-08 00:52:21 +00:00
parent 31bb9c9e9d
commit 35c9435122

View file

@ -320,6 +320,7 @@ _setAttributesFrom(
if (aRange.length == 0)
{
attr = blank;
range = aRange; /* Set to satisfy the loop condition below. */
}
else
{