From 8e20bff4c3897c6e897c15eddc1687bc134967dd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 11 Aug 2005 23:34:45 +0000 Subject: Bigger buffer for when output is in long paragraphs. --- src/LexOthers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/LexOthers.cxx b/src/LexOthers.cxx index 662b36308..4f4c1e325 100644 --- a/src/LexOthers.cxx +++ b/src/LexOthers.cxx @@ -983,7 +983,7 @@ static void ColouriseErrorListLine( } static void ColouriseErrorListDoc(unsigned int startPos, int length, int, WordList *[], Accessor &styler) { - char lineBuffer[1024]; + char lineBuffer[10000]; styler.StartAt(startPos); styler.StartSegment(startPos); unsigned int linePos = 0; -- cgit v1.2.3