Finally squashed the nasty bug that caused requests for documents higher

than #40 to return nothing. Still not sure why the solution works, but
I'll work on that later...
This commit is contained in:
John Fieber 1996-10-28 16:09:13 +00:00
parent 89e931fc48
commit b5100e1602
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=626
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ sub do_wais {
close(WAISOUT);
close(WAISIN);
&open2(WAISOUT, WAISIN, $waisq, "-v", $FORM_docnum);
&open2(WAISOUT, WAISIN, $waisq, "-m", $FORM_max, "-v", $FORM_docnum);
print WAISIN $w_result;
while (<WAISOUT>) {