Cygwin: Tidy up formatting of stackdump
Resize stackdump headers for b9e97f58
Consistently use \r\n line endings
This commit is contained in:
parent
3e80956d63
commit
4a67f89ced
|
@ -352,7 +352,7 @@ cygwin_exception::dumpstack ()
|
||||||
thestack.sf.Params[j]);
|
thestack.sf.Params[j]);
|
||||||
small_printf (")\r\n");
|
small_printf (")\r\n");
|
||||||
}
|
}
|
||||||
small_printf ("End of stack trace%s\n",
|
small_printf ("End of stack trace%s\r\n",
|
||||||
i == DUMPSTACK_FRAME_LIMIT ?
|
i == DUMPSTACK_FRAME_LIMIT ?
|
||||||
" (more stack frames may be present)" : "");
|
" (more stack frames may be present)" : "");
|
||||||
if (h)
|
if (h)
|
||||||
|
|
Loading…
Reference in New Issue