зеркало из https://github.com/github/ruby.git
* ext/nkf/nkf-utf8/nkf.c (mime_putc): fix typo.
[Bug #12202] [ruby-core:74802] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8fba800f73
Коммит
eee2769c0d
|
@ -1,3 +1,8 @@
|
|||
Tue Apr 5 14:50:28 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/nkf/nkf-utf8/nkf.c (mime_putc): fix typo.
|
||||
[Bug #12202] [ruby-core:74802]
|
||||
|
||||
Tue Apr 5 00:06:44 2016 Aeris <aeris@imirhil.fr>
|
||||
|
||||
* ext/openssl/ossl_ssl.c (ossl_ssl_tmp_key): Access to ephemeral
|
||||
|
|
|
@ -5436,7 +5436,7 @@ mime_putc(nkf_char c)
|
|||
mimeout_state.buf[mimeout_state.count++] = (char)c;
|
||||
if (mimeout_state.count>MIMEOUT_BUF_LENGTH) {
|
||||
eof_mime();
|
||||
for (j=0;i<mimeout_state.count;j++) {
|
||||
for (j=0;j<mimeout_state.count;j++) {
|
||||
(*o_mputc)(mimeout_state.buf[j]);
|
||||
base64_count++;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче