aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorjohn haque <j.eh@mchsi.com>2012-04-08 16:33:46 -0500
committerjohn haque <j.eh@mchsi.com>2012-04-08 16:33:46 -0500
commit5481d2ffcd24d5983d95013c62e046634c6c73dc (patch)
treec3ed2eb2213db2a877f70f76ba4ad2290fad5e09 /builtin.c
parent2aa4ca2371c89581a5cb0cbec0882f5ef1efa1f3 (diff)
downloadegawk-5481d2ffcd24d5983d95013c62e046634c6c73dc.tar.gz
egawk-5481d2ffcd24d5983d95013c62e046634c6c73dc.tar.bz2
egawk-5481d2ffcd24d5983d95013c62e046634c6c73dc.zip
Placate gcc -Wall, minor doc updates.
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 5a63977e..5049bfe4 100644
--- a/builtin.c
+++ b/builtin.c
@@ -671,7 +671,7 @@ format_tree(
char *cend = &cpbufs[0].stackbuf[sizeof(cpbufs[0].stackbuf)];
char *cp;
const char *fill;
- AWKNUM tmpval;
+ AWKNUM tmpval = 0.0;
char signchar = FALSE;
size_t len;
int zero_flag = FALSE;