projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a407cf7
)
top: fix breakage introduced by previous commit
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 6 Sep 2013 10:59:48 +0000
(12:59 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 6 Sep 2013 10:59:48 +0000
(12:59 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/top.c
patch
|
blob
|
history
diff --git
a/procps/top.c
b/procps/top.c
index a13a41cd8c1f7e7caafe5653c6f3671b6797f8cb..31f2a5113273e706c8189834152530688354aac1 100644
(file)
--- a/
procps/top.c
+++ b/
procps/top.c
@@
-847,7
+847,7
@@
static void display_topmem_header(int scr_width, int *lines_rem_p)
static void ulltoa6_and_space(unsigned long long ul, char buf[6])
{
/* see http://en.wikipedia.org/wiki/Tera */
- smart_ulltoa5(ul, buf, " mgtpezy")[0] = '
\0
';
+ smart_ulltoa5(ul, buf, " mgtpezy")[0] = '
';
}
static NOINLINE void display_topmem_process_list(int lines_rem, int scr_width)