Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/profile: fix a simple printf warning
%016s is not a good format specifier, drop the leading zero, as it doesn't make sense for strings. Signed-off-by: Andrii Nakryiko <[email protected]>
- Loading branch information