nmeter: fix bug where %[mf] behaves as %[mt]
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user