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:
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
|
@ -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>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue