yet another patch
Peter Van Epp
vanepp at sfu.ca
Mon Jul 31 23:43:39 EDT 2000
If you append the following patch to the end of the last one (or apply
this one by itself as you choose) it will fix the bug in 1.8.1 where the
following ra command fails to read the second file:
ra -r t1 -r t2
there is an exit(0) after argus_parse_complete() that of course exits instead
of returning to the calling routine to pick up the next file in the file
list and process it as 1.8 did. I've tested it and it appears to work for me
with no ugly side effects (at least that I've found :-)). Since it is what the
code used to do it should be pretty safe I think.
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
*** common/argus_parse.c.orig Wed Apr 5 10:58:18 2000
--- common/argus_parse.c Mon Jul 31 19:51:42 2000
***************
*** 734,740 ****
if ((status & ARGUSCONTROL) && (status & CLOSE)) {
argus_parse_complete();
- exit(0);
}
}
--- 734,739 ----
More information about the argus
mailing list