aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isofs/rr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isofs/rr.c b/isofs/rr.c
index 4cd97924..b6d85446 100644
--- a/isofs/rr.c
+++ b/isofs/rr.c
@@ -192,7 +192,7 @@ rrip_work (struct dirrect *dr, struct rrip_lookup *rr,
/* Make sure the ER field is valid */
if ((void *) er->more + er->len_id + er->len_des + er->len_src
- < terminus)
+ > terminus)
goto next_field;
/* Check for rock-ridge */