HomeClusterLabs Projects

Refactor: Use the "#" format specifier in printf.

Description

Refactor: Use the "#" format specifier in printf.

This does the same thing as adding "0x" to the front of the string,
except the library will do it for you. Also, change a "0x%p" to just
"%p", since that format specifier will add the "0x" as well.

Details

Provenance
clumensAuthored on Dec 15 2021, 12:10 PM
Parents
rPa0436413106f: Merge pull request #2589 from kgaillot/best-practices
Branches
Unknown
Tags
Unknown

Event Timeline