Chris didn't compile it before he sent it off
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 5 May 1995 06:43:09 +0000 (22:43 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 5 May 1995 06:43:09 +0000 (22:43 -0800)
SCCS-vsn: usr.bin/join/join.c 8.6

usr/src/usr.bin/join/join.c

index 512d775..f726539 100644 (file)
@@ -16,7 +16,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)join.c     8.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)join.c     8.6 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -266,7 +266,7 @@ slurp(F)
 
                        /* re-set lastlp in case it moved */
                        if (lastlp != NULL)
 
                        /* re-set lastlp in case it moved */
                        if (lastlp != NULL)
-                               lastp = &F->set[F->setcnt - 1];
+                               lastlp = &F->set[F->setcnt - 1];
                }
                        
                /*
                }
                        
                /*