Index: fribidi.c =================================================================== RCS file: /cvsroot/abi/src/other/fribidi/xp/fribidi.c,v retrieving revision 1.5 diff -u -r1.5 fribidi.c --- fribidi.c 14 Jan 2002 11:28:56 -0000 1.5 +++ fribidi.c 28 Apr 2002 20:51:54 -0000 @@ -815,7 +815,7 @@ /* Resolving dependency of loops for rules W1 and W2, so we can merge them in one loop. */ if (next_type == FRIBIDI_TYPE_NSM) - RL_TYPE (pp->next) == FRIBIDI_TYPE_AN; + RL_TYPE (pp->next) = FRIBIDI_TYPE_AN; } }