diff options
author | June McEnroe <june@causal.agency> | 2018-04-16 22:56:33 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-04-16 22:56:33 -0400 |
commit | 14bafba31556480b2a3d8cb5157bb953c67af889 (patch) | |
tree | 155d135c273ade2f30f232f81d9036a9bba3cedd /bin/gfxx.c | |
parent | Always hexadecimal in uppercase (diff) | |
download | src-14bafba31556480b2a3d8cb5157bb953c67af889.tar.gz src-14bafba31556480b2a3d8cb5157bb953c67af889.zip |
Format gfxx options with uppercase hexadecimal
Missed this one because of the #. Whose behaviour is dumb, by the way. %#X prefixes with "0X", which no one should ever have to look at.
Diffstat (limited to '')
-rw-r--r-- | bin/gfxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfxx.c b/bin/gfxx.c index 8a43fd2f..1d6f57cb 100644 --- a/bin/gfxx.c +++ b/bin/gfxx.c @@ -158,7 +158,7 @@ static char options[128]; static void formatOptions(void) { snprintf( options, sizeof(options), - "gfxx -c %s -e%c -E%c -b %hhu%hhu%hhu%hhu -n %#zx %s%s-w %zu -z %zu", + "gfxx -c %s -e%c -E%c -b %hhu%hhu%hhu%hhu -n 0x%zX %s%s-w %zu -z %zu", COLOR__STR[space], "lb"[byteOrder], "lb"[bitOrder], |