summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-14 08:56:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-14 08:56:50 +0000
commit32599f5a9d24bf31d4c105be859ccf3f659bf227 (patch)
tree39b039eb99bee573b53564a7ba0060ce1f7d8fb6 /regex.c
parentccc13869790d312f614128204c5546d5e9ad0b3f (diff)
moving
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index c6167b04ba..52094fe87b 100644
--- a/regex.c
+++ b/regex.c
@@ -3636,7 +3636,7 @@ re_match(bufp, string_arg, size, pos, regs)
goto fail;
SET_REGS_MATCHED;
d += mbclen(*d);
- break;
+ continue;
}
if (!(options&RE_OPTION_POSIXLINE) &&
(TRANSLATE_P() ? translate[*d] : *d) == '\n')