summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-04-16 22:56:33 -0400
committerJune McEnroe <june@causal.agency>2018-04-16 22:56:33 -0400
commit532520413fab7a0ba14bd805ca877386428fdc30 (patch)
tree301a16a91ab1203a783a11368ad16ac1ea72615c
parentAlways hexadecimal in uppercase (diff)
downloadsrc-532520413fab7a0ba14bd805ca877386428fdc30.tar.gz
src-532520413fab7a0ba14bd805ca877386428fdc30.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.
-rw-r--r--bin/gfxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfxx.c b/bin/gfxx.c
index 5a1ccf8b..ebd53738 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],