mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
29b2ea6b55
commit
b8c23ce39e
1 changed files with 4 additions and 4 deletions
|
@ -3156,10 +3156,10 @@ econv_s_search_convpath(int argc, VALUE *argv, VALUE klass)
|
|||
transcode_search_path(sname, dname, search_convpath_i, &convpath);
|
||||
|
||||
if (NIL_P(convpath)) {
|
||||
VALUE exc = rb_econv_open_exc(sname, dname, ecflags);
|
||||
RB_GC_GUARD(snamev);
|
||||
RB_GC_GUARD(dnamev);
|
||||
rb_exc_raise(exc);
|
||||
VALUE exc = rb_econv_open_exc(sname, dname, ecflags);
|
||||
RB_GC_GUARD(snamev);
|
||||
RB_GC_GUARD(dnamev);
|
||||
rb_exc_raise(exc);
|
||||
}
|
||||
|
||||
if (decorate_convpath(convpath, ecflags) == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue