summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat/pmcpl_callgraph.c
diff options
context:
space:
mode:
authorfabient <fabient@FreeBSD.org>2010-03-05 23:08:19 +0000
committerfabient <fabient@FreeBSD.org>2010-03-05 23:08:19 +0000
commit3d20760d98d2746236db515c75b689d1a727e43d (patch)
tree869b43a22b983b17eaaa872d63e604a257eb455c /usr.sbin/pmcstat/pmcpl_callgraph.c
parent75e5bed028aafc6ec0ba9982fae0b164a5b34237 (diff)
downloadFreeBSD-src-3d20760d98d2746236db515c75b689d1a727e43d.zip
FreeBSD-src-3d20760d98d2746236db515c75b689d1a727e43d.tar.gz
Bug fixed:
- no display on serial terminal in top mode. - display alignment for continuation string. - correct invalid value used for display limit. MFC after: 3 days
Diffstat (limited to 'usr.sbin/pmcstat/pmcpl_callgraph.c')
-rw-r--r--usr.sbin/pmcstat/pmcpl_callgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcpl_callgraph.c b/usr.sbin/pmcstat/pmcpl_callgraph.c
index d6f1a9d..84e2819 100644
--- a/usr.sbin/pmcstat/pmcpl_callgraph.c
+++ b/usr.sbin/pmcstat/pmcpl_callgraph.c
@@ -550,7 +550,7 @@ pmcstat_cgnode_topprint(struct pmcstat_cgnode *cg,
len = ns_len + vs_len + 1;
if (width - len < 0) {
- PMCSTAT_PRINTW("...");
+ PMCSTAT_PRINTW(" ...");
break;
}
width -= len;
OpenPOWER on IntegriCloud