From 42a01500ff6d870f55fa4b38b2f11c9488a99c4c Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 25 Mar 2002 02:27:35 +0000 Subject: [PATCH] Fixed typo in last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13224 72102866-910b-0410-8b05-ffd578937521 --- Source/GSSimpleLayoutManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GSSimpleLayoutManager.m b/Source/GSSimpleLayoutManager.m index aa66a0cb4..2dc852a63 100644 --- a/Source/GSSimpleLayoutManager.m +++ b/Source/GSSimpleLayoutManager.m @@ -743,7 +743,7 @@ forStartOfGlyphRange: (NSRange)glyphRange inTextContainer: (NSTextContainer *)aTextContainer { if ([_lineLayoutInformation count] - && NSMaxRange (redrawLineRange) < [_lineLayoutInformation count] + && NSMaxRange (redrawLineRange) <= [_lineLayoutInformation count] && redrawLineRange.length) { _GNULineLayoutInfo *firstInfo