diff options
Diffstat (limited to 'lexers/LexAVE.cxx')
| -rw-r--r-- | lexers/LexAVE.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lexers/LexAVE.cxx b/lexers/LexAVE.cxx index 1bce9a2c0..8f5729e3d 100644 --- a/lexers/LexAVE.cxx +++ b/lexers/LexAVE.cxx @@ -167,7 +167,7 @@ static void FoldAveDoc(unsigned int startPos, int length, int /* initStyle */, W  	char chNext = static_cast<char>(tolower(styler[startPos]));  	bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;  	int styleNext = styler.StyleAt(startPos); -	char s[10]; +	char s[10] = "";  	for (unsigned int i = startPos; i < lengthDoc; i++) {  		char ch = static_cast<char>(tolower(chNext)); | 
