Re: [PATCH] bpftool: Fix incorrect format specifier for var
From: Luo Yifan
Date: Mon Nov 11 2024 - 20:44:30 EST
Hello, this is not a bug, but a minor change to eliminate a static checker warning. Since the var parameter has been cast to unsigned long long, the corresponding format specifier should be %llu instead of %lld.