From 6f0cc490b7d816263f00818a16fa635e823b964c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 27 Apr 2000 14:25:24 +0000 Subject: Fixed bug when deleting lines. --- src/ContractionState.cxx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index 82bf40994..456948900 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -129,17 +129,18 @@ void ContractionState::DeleteLines(int lineDoc, int lineCount) { linesInDisplay -= lineCount; return; } - int delta = 0; - for (int d=0;d