Skip to content
Commit fd6aada0 authored by Radim Krčmář's avatar Radim Krčmář
Browse files

use %# instead of 0x% in all format strings



It's one character shorter, properly prefixed, and also provides error
detection: %#d triggers a warning.

Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#,
existing padding was raised by 2 to account for the counted "0x" (output
should be the same).

Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
parent c9af8739
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment