nmeter: fix bug where %[mf] behaves as %[mt]
This commit is contained in:
parent
19fb67eee4
commit
8a2e421f26
@ -625,7 +625,7 @@ static void collect_mem(mem_stat *s)
|
|||||||
put_question_marks(4);
|
put_question_marks(4);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (s->opt == 'f') {
|
if (s->opt == 't') {
|
||||||
scale(m_total << 10);
|
scale(m_total << 10);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user