From 03b0edaa639156f819b7d79a6d1c538047d55ae6 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 6 Jun 2011 09:08:21 +0000 Subject: 29462: fix warning --- Src/subst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/subst.c') diff --git a/Src/subst.c b/Src/subst.c index 314489e49..e8a181129 100644 --- a/Src/subst.c +++ b/Src/subst.c @@ -2848,7 +2848,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub) char *check_offset = check_colon_subscript(s, &check_offset2); if (check_offset) { zlong offset = mathevali(check_offset); - zlong length; + zlong length = 0; int length_set = 0; int offset_hack_argzero = 0; if (errflag) -- cgit 1.4.1