Skip to content
Snippets Groups Projects
Commit fe8fb398 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor bugfix

Rev: lib/master.pike.in:1.95
parent 6b4b43e4
No related branches found
No related tags found
No related merge requests found
/* -*- Pike -*- /* -*- Pike -*-
* *
* $Id: master.pike.in,v 1.94 2000/01/11 19:16:42 mast Exp $ * $Id: master.pike.in,v 1.95 2000/01/16 05:19:20 hubbe Exp $
* *
* Master-file for Pike. * Master-file for Pike.
* *
...@@ -1459,6 +1459,7 @@ string describe_backtrace(mixed trace, void|int linewidth) ...@@ -1459,6 +1459,7 @@ string describe_backtrace(mixed trace, void|int linewidth)
{ {
linewidth=_static_modules.files()->_stdin->tcgetattr()->columns; linewidth=_static_modules.files()->_stdin->tcgetattr()->columns;
}; };
if(linewidth<10) linewidth=99999;
} }
if((arrayp(trace) && sizeof(trace)==2 && stringp(trace[0])) || if((arrayp(trace) && sizeof(trace)==2 && stringp(trace[0])) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment