diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-23 10:13:44 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-23 10:13:44 +0000 |
commit | 0582f1454cf72d08069b4d94bef0f5bed8b59d9c (patch) | |
tree | 5a9fa93b4afda8285a64077a575b6a41ef2b7f30 | |
parent | 287e84114b71b756a6e29630f54be9f21539861d (diff) | |
download | ruby-0582f1454cf72d08069b4d94bef0f5bed8b59d9c.tar.gz ruby-0582f1454cf72d08069b4d94bef0f5bed8b59d9c.tar.xz ruby-0582f1454cf72d08069b4d94bef0f5bed8b59d9c.zip |
again, sorry
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Sat Aug 23 18:56:53 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just - resize a string, rb_str_cat() disallows NULL. [ruby-dev:21237] + resize a string, rb_str_cat() disallows NULL. [ruby-dev:21237] Sat Aug 23 16:48:41 2003 Keiju Ishitsuka <keiju@ishitsuka.com> |