Corretta la TRelation::position_rels() under Guy's supervision.
Riguarda il valore settato nel caso il match debba essere = o ==. git-svn-id: svn://10.65.10.50/trunk@3994 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9e40b8b7c4
commit
c86b569b50
@ -610,7 +610,7 @@ int TRelation::position_rels(
|
|||||||
if (rd._forced[kk])
|
if (rd._forced[kk])
|
||||||
eq = f_fr == f_ex;
|
eq = f_fr == f_ex;
|
||||||
else
|
else
|
||||||
eq = f_fr.compare(f_ex, f_ex.len());
|
eq = f_fr.compare(f_ex, f_ex.len()) == 0;
|
||||||
}
|
}
|
||||||
rd._first_match = eq;
|
rd._first_match = eq;
|
||||||
if (eq)
|
if (eq)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user