mirror of https://github.com/mirror/busybox.git
nmeter: fix bug where %[mf] behaves as %[mt]
parent
19fb67eee4
commit
8a2e421f26
|
@ -625,7 +625,7 @@ static void collect_mem(mem_stat *s)
|
|||
put_question_marks(4);
|
||||
return;
|
||||
}
|
||||
if (s->opt == 'f') {
|
||||
if (s->opt == 't') {
|
||||
scale(m_total << 10);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue