[BusyBox-cvs] CVS update of busybox/shell (ash.c)
Erik Andersen
andersen at codepoet.org
Tue Jun 22 20:09:40 UTC 2004
Date: Tuesday, June 22, 2004 @ 14:09:40
Author: andersen
Path: /var/cvs/busybox/shell
Modified: ash.c (1.99 -> 1.100)
Stupidity-1, Erik-0
Index: busybox/shell/ash.c
diff -u busybox/shell/ash.c:1.99 busybox/shell/ash.c:1.100
--- busybox/shell/ash.c:1.99 Tue Jun 22 13:07:21 2004
+++ busybox/shell/ash.c Tue Jun 22 14:09:40 2004
@@ -13163,7 +13163,7 @@
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
More information about the busybox-cvs
mailing list