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@67327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e1038377a9
commit
3c4b7898d8
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ location_to_str(rb_backtrace_location_t *loc)
|
|||
}
|
||||
else {
|
||||
file = GET_VM()->progname;
|
||||
lineno = 0;
|
||||
lineno = 0;
|
||||
}
|
||||
name = rb_id2str(loc->body.cfunc.mid);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue