double addtrace for 'called from'

This commit is contained in:
Ben Burdette
2020-06-30 15:44:19 -06:00
parent ddb81ca126
commit 70bcb39d3f
2 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ std::ostream& showErrorInfo(std::ostream &out, const ErrorInfo &einfo, bool show
// traces
if (showTrace && !einfo.traces.empty())
{
const string tracetitle(" show-trace output ");
const string tracetitle(" show-trace ");
int fill = errwidth - tracetitle.length();
int lw = 0;