summaryrefslogtreecommitdiff
path: root/src/conflicts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conflicts.c')
-rw-r--r--src/conflicts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conflicts.c b/src/conflicts.c
index 7a93441f..6f6ea882 100644
--- a/src/conflicts.c
+++ b/src/conflicts.c
@@ -276,7 +276,7 @@ count_rr_conflicts (int state)
int count = 0;
int j;
for (j = m; j < n; j++)
- if (BITISSET (LA (i), j))
+ if (BITISSET (LA (j), i))
count++;
if (count >= 2)