aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexAU3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexAU3.cxx')
-rw-r--r--lexers/LexAU3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexAU3.cxx b/lexers/LexAU3.cxx
index 6f137adba..68f1798d3 100644
--- a/lexers/LexAU3.cxx
+++ b/lexers/LexAU3.cxx
@@ -228,7 +228,7 @@ static void ColouriseAU3Doc(unsigned int startPos,
char si; // string indicator "=1 '=2
char ni; // Numeric indicator error=9 normal=0 normal+dec=1 hex=2 Enot=3
char ci; // comment indicator 0=not linecomment(;)
- char s_save[100];
+ char s_save[100] = "";
si=0;
ni=0;
ci=0;