summaryrefslogtreecommitdiff
path: root/src/fl_draw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_draw.cxx')
-rw-r--r--src/fl_draw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx
index d4b42cec7..142d72d5e 100644
--- a/src/fl_draw.cxx
+++ b/src/fl_draw.cxx
@@ -368,7 +368,7 @@ void fl_measure(const char* str, int& w, int& h, int draw_symbols) {
char buf[MAXBUF];
int buflen;
int lines;
- double width;
+ double width=0;
int W = 0;
char symbol[2][255], *symptr;
int symwidth[2], symtotal;