diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-14 10:38:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-14 10:38:35 +0000 |
commit | 01ec43d06089361423d61a40521883bf73e1944a (patch) | |
tree | a27dd1835fe39bd062de7cf4f0a40b35ecbb7e67 /mg.c | |
parent | 631cfb58c2bd693774ee9ffe59908af4423167d4 (diff) | |
download | perl-01ec43d06089361423d61a40521883bf73e1944a.tar.gz |
enable UTF-16 filter by default if relevant BOM is seen; various
cleanups (typos, misformatted code, and small bugs)
p4raw-id: //depot/perl@6399
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -614,7 +614,7 @@ Perl_magic_get(pTHX_ SV *sv, MAGIC *mg) { i = t1 - s1; s = rx->subbeg + s1; - if (!rx->subbeg) + if (!rx->subbeg) break; getrx: |