diff options
Diffstat (limited to 'lexers/LexMSSQL.cxx')
| -rw-r--r-- | lexers/LexMSSQL.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lexers/LexMSSQL.cxx b/lexers/LexMSSQL.cxx index 1217b2841..f5b87a0a0 100644 --- a/lexers/LexMSSQL.cxx +++ b/lexers/LexMSSQL.cxx @@ -287,7 +287,7 @@ static void FoldMSSQLDoc(unsigned int startPos, int length, int, WordList *[], A  	int levelCurrent = levelPrev;  	char chNext = styler[startPos];  	bool inComment = (styler.StyleAt(startPos-1) == SCE_MSSQL_COMMENT); -    char s[10]; +    char s[10] = "";  	for (unsigned int i = startPos; i < endPos; i++) {  		char ch = chNext;  		chNext = styler.SafeGetCharAt(i + 1); | 
