fix match result bug

This commit is contained in:
Pierangelo Masarati 2002-08-29 10:45:24 +00:00
parent e53d272b3f
commit 24171e1fe2

View File

@ -374,7 +374,7 @@ static int test_mra_vrFilter(
return rc; return rc;
} }
if ( ret ) { if ( ret == 0 ) {
(*e_flags)[i][j] = 1; (*e_flags)[i][j] = 1;
} }
} }