1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-01-11 19:33:37 +00:00
parent e350fe247a
commit 353a69229d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat Jan 12 04:31:59 2008 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.
Fri Jan 11 23:22:31 2008 Tanaka Akira <akr@fsij.org>
* string.c (string.c): call rb_str_buf_append to update encoding of

View file

@ -2045,6 +2045,8 @@ void options(unsigned char *cp)
} else if (*cp=='0') {
mime_decode_f = FALSE;
mime_f = FALSE; cp++;
} else {
mime_f = STRICT_MIME;
}
continue;
case 'M': /* MIME output */