From d53998f37cb34f8e0dab29abe9315e75ad84c23e Mon Sep 17 00:00:00 2001 From: 0xJoeMama <0xjoemama@gmail.com> Date: Sat, 21 May 2022 15:03:07 +0300 Subject: [PATCH] Woops that went unnoticed, didn't it? --- src/linux/btop_collect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux/btop_collect.cpp b/src/linux/btop_collect.cpp index daf1a6b..8f9d16e 100644 --- a/src/linux/btop_collect.cpp +++ b/src/linux/btop_collect.cpp @@ -1258,7 +1258,7 @@ namespace Proc { int filter_found = 0; detail_container detailed; - constexpr size_t KTHREADD = 2ull; + constexpr size_t KTHREADD = 2; //* Generate process tree list void _tree_gen(proc_info& cur_proc, vector& in_procs, vector>& out_procs, int cur_depth, const bool collapsed, const string& filter, bool found=false, const bool no_update=false, const bool should_filter=false) {