HomeClusterLabs Projects

Low: various: Correct some printf specifiers

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Low: various: Correct some printf specifiers

As of 18a93372, we can use the 'z' modifier for size_t and ssize_t. So
here we take advantage of that to avoid some (long long) casts.

We also correct some incorrect specifiers (signed vs. unsigned, and
using proper macros from inttypes.h).

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Jan 8 2025, 11:44 PM

Commit No Longer Exists

This commit no longer exists in the repository.