nmeter: fix bug where %[mf] behaves as %[mt]

This commit is contained in:
Denis Vlasenko 2008-02-29 07:46:19 +00:00
parent 19fb67eee4
commit 8a2e421f26

View File

@ -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;
}