Skip to content
Snippets Groups Projects
Commit 24171e1f authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix match result bug

parent e53d272b
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,7 @@ static int test_mra_vrFilter(
return rc;
}
if ( ret ) {
if ( ret == 0 ) {
(*e_flags)[i][j] = 1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment