summaryrefslogtreecommitdiff
path: root/isofs/rr.c
diff options
context:
space:
mode:
Diffstat (limited to 'isofs/rr.c')
-rw-r--r--isofs/rr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isofs/rr.c b/isofs/rr.c
index 666eb6ec..3f2ad300 100644
--- a/isofs/rr.c
+++ b/isofs/rr.c
@@ -407,7 +407,7 @@ rrip_work (struct dirrect *dr, struct rrip_lookup *rr,
goto next_field;
/* Do the symlink translation */
- for (cp = slbuf; cp < slbuf + slbufsize; cp += comp->len)
+ for (cp = slbuf; cp < slbuf + slbufsize; cp += comp->len + 2)
{
comp = (struct rr_sl_comp *)cp;
nomoresl = 1;