to terminate but many of the values in the range of the loop are bogus
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 12 Dec 1987 12:05:35 +0000 (04:05 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 12 Dec 1987 12:05:35 +0000 (04:05 -0800)
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

index fa1a55e..b3d6157 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)asjxxx.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)asjxxx.c   5.4 (Berkeley) %G%";
 #endif not lint
 
 #include       <stdio.h>
 #endif not lint
 
 #include       <stdio.h>