Altered the test path lib/n_ack into the normal path ACK_PATH.
This commit is contained in:
parent
b5fa0675b6
commit
8958cb6faf
|
@ -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") ;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue