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 b5fa0675b6
commit 8958cb6faf

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