fix build

This commit is contained in:
Jos Dehaes 2021-10-09 21:43:48 +02:00
parent 98036db660
commit 7fa903cf16

View file

@ -1130,7 +1130,7 @@ namespace Proc {
//* Use pids from last update if only changing filter, sorting or tree options
if (no_update and not current_procs.empty()) {
if (show_detailed and detailed_pid != detailed.last_pid) _collect_details(detailed_pid, round(uptime), current_procs);
if (show_detailed and detailed_pid != detailed.last_pid) _collect_details(detailed_pid, current_procs);
} else {
//* ---------------------------------------------Collection start----------------------------------------------
should_filter = true;