summaryrefslogtreecommitdiffstats
path: root/bin/csh/dol.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/dol.c')
-rw-r--r--bin/csh/dol.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/csh/dol.c b/bin/csh/dol.c
index 21d6487..79a5349 100644
--- a/bin/csh/dol.c
+++ b/bin/csh/dol.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)dol.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: dol.c,v 1.7 1998/05/06 06:50:39 charnier Exp $";
+ "$Id: dol.c,v 1.8 1998/05/13 07:28:52 charnier Exp $";
#endif
#endif /* not lint */
@@ -605,11 +605,12 @@ Dgetdol()
stderror(ERR_SYNTAX);
}
else {
- if (subscr > 0)
+ if (subscr > 0) {
if (subscr > upb)
lwb = 1, upb = 0;
else
lwb = upb = subscr;
+ }
unDredc(c);
}
if (dimen) {
OpenPOWER on IntegriCloud