From 14bafba31556480b2a3d8cb5157bb953c67af889 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 16 Apr 2018 22:56:33 -0400 Subject: 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. --- bin/gfxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit 1.4.1