Altered the test path lib/n_ack into the normal path ACK_PATH.
authorkeie <none@none>
Fri, 5 Oct 1984 15:07:47 +0000 (15:07 +0000)
committerkeie <none@none>
Fri, 5 Oct 1984 15:07:47 +0000 (15:07 +0000)
util/ack/rmach.c

index 4fcc05e..59339af 100644 (file)
@@ -297,7 +297,7 @@ open_in(name) register char *name ; {
        if ( !infile ) {
                gr_throw(&rline) ;
                gr_cat(&rline,EM_DIR) ; gr_cat(&rline,"/") ;
-               gr_cat(&rline,"lib/n_ack"); gr_cat(&rline,"/") ;
+               gr_cat(&rline,ACK_PATH); gr_cat(&rline,"/") ;
                gr_cat(&rline,name) ;
                infile= fopen(gr_start(rline),"r") ;
        }