Explorar o código

fix: Array \'keywordlists[0-1]\' accessed at index -1, which is out of bounds. :bug:

joker2770 %!s(int64=3) %!d(string=hai) anos
pai
achega
b2436a8ee8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      qscint/scintilla/lexers/LexMetapost.cpp

+ 3 - 0
qscint/scintilla/lexers/LexMetapost.cpp

@@ -175,6 +175,9 @@ static void ColouriseMETAPOSTDoc(
 	if (currentInterface != 0) {
 		extraInterface = currentInterface ;
 	}
+	else {
+		extraInterface = 1;
+	}
 
 	WordList &keywords  = *keywordlists[0] ;
 	WordList &keywords2 = *keywordlists[extraInterface-1] ;