From ec6988fb4ba699a66f8128bba3e51d5a18df0005 Mon Sep 17 00:00:00 2001 From: Donn Seeley Date: Sat, 12 Dec 1987 04:05:35 -0800 Subject: [PATCH] to terminate but many of the values in the range of the loop are bogus after the first pass of the sort, so breakage resulted (e.g. 'use -J' complaint even if you did use -J). The break condition in the loops was changed to test for the location of the destination instead of its value. SCCS-vsn: old/as.vax/asjxxx.c 5.4 --- usr/src/old/as.vax/asjxxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/old/as.vax/asjxxx.c b/usr/src/old/as.vax/asjxxx.c index fa1a55e974..b3d6157188 100644 --- a/usr/src/old/as.vax/asjxxx.c +++ b/usr/src/old/as.vax/asjxxx.c @@ -5,7 +5,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)asjxxx.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)asjxxx.c 5.4 (Berkeley) %G%"; #endif not lint #include -- 2.20.1