mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* expand tabs.
This commit is contained in:
parent
5e0d27a32f
commit
5a42dca688
1 changed files with 2 additions and 2 deletions
|
@ -169,10 +169,10 @@ print_errinfo(const VALUE eclass, const VALUE errat, const VALUE emesg, const VA
|
||||||
write_warn(str, "\n");
|
write_warn(str, "\n");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
/* emesg is a String instance */
|
/* emesg is a String instance */
|
||||||
const char *tail = 0;
|
const char *tail = 0;
|
||||||
|
|
||||||
if (highlight) write_warn(str, bold);
|
if (highlight) write_warn(str, bold);
|
||||||
if (RSTRING_PTR(epath)[0] == '#')
|
if (RSTRING_PTR(epath)[0] == '#')
|
||||||
epath = 0;
|
epath = 0;
|
||||||
if ((tail = memchr(einfo, '\n', elen)) != 0) {
|
if ((tail = memchr(einfo, '\n', elen)) != 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue