* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
afea4a4995
commit
4e0b83e95b
@ -1,3 +1,7 @@
|
|||||||
|
Mon Oct 27 12:02:53 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.
|
||||||
|
|
||||||
Mon Oct 27 11:34:56 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
Mon Oct 27 11:34:56 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||||
|
|
||||||
* test/minitest/test_mini_test.rb (test_filter_backtrace):
|
* test/minitest/test_mini_test.rb (test_filter_backtrace):
|
||||||
|
@ -135,7 +135,7 @@ int nkf_split_options(const char *arg)
|
|||||||
static VALUE
|
static VALUE
|
||||||
rb_nkf_convert(VALUE obj, VALUE opt, VALUE src)
|
rb_nkf_convert(VALUE obj, VALUE opt, VALUE src)
|
||||||
{
|
{
|
||||||
volatile tmp;
|
volatile VALUE tmp;
|
||||||
reinit();
|
reinit();
|
||||||
StringValue(opt);
|
StringValue(opt);
|
||||||
nkf_split_options(RSTRING_PTR(opt));
|
nkf_split_options(RSTRING_PTR(opt));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user