Altered the test path lib/n_ack into the normal path ACK_PATH.

This commit is contained in:
keie 1984-10-05 15:07:47 +00:00
parent 36cca2b9c7
commit 504da3a54d

View 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") ;
}