Fix for word with several infinitives

This commit is contained in:
Teodor Sigaev 2003-12-03 16:07:48 +00:00
parent 3819afa759
commit 32580efafb

View File

@ -278,7 +278,7 @@ pushval_morph(QPRS_STATE * state, int typeval, char *strval, int lenval, int2 we
pushval_asis(state, VAL, prs.words[count].word, prs.words[count].len, weight);
pfree(prs.words[count].word);
if (count)
pushquery(state, OPR, (int4) '|', 0, 0, 0);
pushquery(state, OPR, (int4) '&', 0, 0, 0);
}
pfree(prs.words);