From: Eric Andersen Date: Tue, 22 Jun 2004 20:09:40 +0000 (-0000) Subject: Stupidity-1, Erik-0 X-Git-Tag: 1_00_rc1~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fac312d78bf34833c629232fa5055408715cb65b;p=oweals%2Fbusybox.git Stupidity-1, Erik-0 --- diff --git a/shell/ash.c b/shell/ash.c index 2862f1032..0f951e84d 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -13163,7 +13163,7 @@ static inline int arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr) { v_n_t *numptr_m1; - arith_t numptr_val, rez + arith_t numptr_val, rez; int ret_arith_lookup_val; if (NUMPTR == numstack) goto err; /* There is no operator that can work